diff --git a/doc/api/addons.md b/doc/api/addons.md index dad1774fe8e98f..c628cc66c595eb 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -306,9 +306,6 @@ console.log(addon.hello()); // Prints: 'world' ``` -Please see the examples below for further information or - for an example in production. - Because the exact path to the compiled Addon binary can vary depending on how it is compiled (i.e. sometimes it may be in `./build/Debug/`), Addons can use the [bindings][] package to load the compiled module.