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:
-rw-r--r--doc/misc/npm-faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-faq.md b/doc/misc/npm-faq.md
index cc1c19e61..af5b15b78 100644
--- a/doc/misc/npm-faq.md
+++ b/doc/misc/npm-faq.md
@@ -152,7 +152,7 @@ In those cases, you can do this:
## What is a `package`?
-A package is:
+A package is any of:
* a) a folder containing a program described by a package.json file
* b) a gzipped tarball containing (a)