We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9979f82 commit ff82890Copy full SHA for ff82890
doc/api/addons.md
@@ -392,7 +392,7 @@ only the symbols exported by Node.js will be available.
392
source image. Using this option, the Addon will have access to the full set of
393
dependencies.
394
395
-### Loading Addons using require()
+### Loading Addons using `require()`
396
397
The filename extension of the compiled Addon binary is `.node` (as opposed
398
to `.dll` or `.so`). The [`require()`][require] function is written to look for
0 commit comments