diff --git a/deps/npm/README.md b/deps/npm/README.md index d3e361c3d6..c8b7afca88 100644 --- a/deps/npm/README.md +++ b/deps/npm/README.md @@ -42,11 +42,11 @@ There's a pretty robust install script at You can set any npm configuration params with that script: -npm_config_prefix=/some/path sh install.sh + npm_config_prefix=/some/path sh install.sh Or, you can run it in uber-debuggery mode: -npm_debug=1 sh install.sh + npm_debug=1 sh install.sh ### Even Fancier diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 762ed898d6..7aa186c24f 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@
This function should not be used programmatically. Instead, just refer
to the npm.bin
member.