Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-17 21:53:19 +0400
committerisaacs <i@izs.me>2010-05-17 21:53:19 +0400
commit72b77a29936afebf562b10bc6618e6e7ca87356b (patch)
tree5b64e6912c8901870706fba99cdf0956dbd82f36 /man/developers.1
parentc016939a62d4be9ff9db3a40a297dd1f68a6a632 (diff)
Don't recommend grep, since ls can do that now.
Diffstat (limited to 'man/developers.1')
-rw-r--r--man/developers.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/developers.1 b/man/developers.1
index a3e61a99e..198792142 100644
--- a/man/developers.1
+++ b/man/developers.1
@@ -106,7 +106,7 @@ npm link .
.IP "" 0
.
.P
-Use \fBnpm ls | grep @installed\fR to see if it's there.
+Use \fBnpm ls @installed\fR to see if it's there.
.
.P
Then go into the node\-repl, and try using require() to bring in your module's