diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
index ec53cb557a..9546bedc52 100644
--- a/documentation/sdk-manual/sdk-extensible.xml
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -1363,11 +1363,9 @@
found" errors.
- In order to support adding
- Node.js modules, a
- nodejs recipe must be part of your
- SDK in order to provide Node.js
- itself.
+ In order to support adding Node.js modules, a
+ nodejs recipe must be part
+ of your SDK.
@@ -1376,14 +1374,15 @@
As mentioned earlier, you can also add Node.js modules
directly from a repository or local source tree.
- To add modules this way, use devtool add in
- the following form:
+ To add modules this way, use devtool add
+ in the following form:
$ devtool add https://github.com/diversario/node-ssdp
- In this example, devtool fetches the specified
- Git repository, detects that the code is Node.js code, fetches
- dependencies using npm, and sets
+ In this example, devtool fetches the
+ specified Git repository, detects the code as Node.js
+ code, fetches dependencies using npm, and
+ sets
SRC_URI
accordingly.