We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d712ac commit 88cdc51Copy full SHA for 88cdc51
doc/api/addons.md
@@ -346,7 +346,7 @@ only the symbols exported by Node.js will be available.
346
source image. Using this option, the Addon will have access to the full set of
347
dependencies.
348
349
-### Loading Addons using require()
+### Loading Addons using `require()`
350
351
The filename extension of the compiled Addon binary is `.node` (as opposed
352
to `.dll` or `.so`). The [`require()`][require] function is written to look for
0 commit comments