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:
Diffstat (limited to 'doc/json.md')
-rw-r--r--doc/json.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/json.md b/doc/json.md
index 31db4110a..2a7b10eb7 100644
--- a/doc/json.md
+++ b/doc/json.md
@@ -79,12 +79,12 @@ a patch version.
## description
Put a description in it. It's a string. This helps people discover your
-package, as it's listed in `npm ls`.
+package, as it's listed in `npm search`.
## keywords
Put keywords in it. It's an array of strings. This helps people
-discover your package as it's listed in `npm ls`.
+discover your package as it's listed in `npm search`.
## homepage