diff options
Diffstat (limited to 'deps/npm/html/api/install.html')
-rw-r--r-- | deps/npm/html/api/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/api/install.html b/deps/npm/html/api/install.html index 7d127ac00..1696bfb24 100644 --- a/deps/npm/html/api/install.html +++ b/deps/npm/html/api/install.html @@ -16,16 +16,16 @@ <p>This acts much the same ways as installing on the command-line.</p> -<p>The 'where' parameter is optional and only used internally, and it specifies +<p>The 'where' parameter is optional and only used internally, and it specifies where the packages should be installed to.</p> -<p>The 'packages' parameter is an array of strings. Each element in the array is +<p>The 'packages' parameter is an array of strings. Each element in the array is the name of a package to be installed.</p> -<p>Finally, 'callback' is a function that will be called when all packages have been +<p>Finally, 'callback' is a function that will be called when all packages have been installed or when an error has been encountered.</p> </div> -<p id="footer">install — npm@1.1.46</p> +<p id="footer">install — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |