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 'docs/content/commands/npm-star.md')
-rw-r--r--docs/content/commands/npm-star.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/commands/npm-star.md b/docs/content/commands/npm-star.md
index 00ef17a81..3e81c6a55 100644
--- a/docs/content/commands/npm-star.md
+++ b/docs/content/commands/npm-star.md
@@ -11,7 +11,7 @@ description: Mark your favorite packages
<!-- see lib/commands/star.js -->
```bash
-npm star [<pkg>...]
+npm star [<package-spec>...]
```
<!-- automatically generated, do not edit manually -->
@@ -87,6 +87,7 @@ password, npm will prompt on the command line for one.
### See Also
+* [package spec](/using-npm/package-spec)
* [npm unstar](/commands/npm-unstar)
* [npm stars](/commands/npm-stars)
* [npm view](/commands/npm-view)