summaryrefslogtreecommitdiff
path: root/deps/npm/html/api/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/api/install.html')
-rw-r--r--deps/npm/html/api/install.html8
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 &#39;where&#39; 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 &#39;packages&#39; 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, &#39;callback&#39; 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 &mdash; npm@1.1.46</p>
+<p id="footer">install &mdash; npm@1.1.47</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")