summaryrefslogtreecommitdiff
path: root/poky/documentation/ref-manual/migration-3.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/ref-manual/migration-3.1.rst')
-rw-r--r--poky/documentation/ref-manual/migration-3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/ref-manual/migration-3.1.rst b/poky/documentation/ref-manual/migration-3.1.rst
index 92c8c7761..4fcd2490d 100644
--- a/poky/documentation/ref-manual/migration-3.1.rst
+++ b/poky/documentation/ref-manual/migration-3.1.rst
@@ -181,7 +181,7 @@ to be changed as a result.
An example of the new scheme: ::
- SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \\
+ SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \
npmsw://${THISDIR}/npm-shrinkwrap.json"
Another example where the sources are fetched from git rather than an npm repository: ::