summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 4dfb7889e8..9c269ca837 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -717,7 +717,7 @@ Javascript package registry.
717 717
718The format for the :term:`SRC_URI` setting must be:: 718The format for the :term:`SRC_URI` setting must be::
719 719
720 SRC_URI = "npm://some.registry.url;OptionA=xxx;OptionB=xxx;..." 720 SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
721 721
722This fetcher supports the following parameters: 722This fetcher supports the following parameters:
723 723
@@ -757,7 +757,7 @@ of an NPM package while locking their versions.
757 757
758The format for the :term:`SRC_URI` setting must be:: 758The format for the :term:`SRC_URI` setting must be::
759 759
760 SRC_URI = "npmsw://some.registry.url;OptionA=xxx;OptionB=xxx;..." 760 SRC_URI = "npmsw://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
761 761
762This fetcher supports the following parameters: 762This fetcher supports the following parameters:
763 763