Browse Source

npm: revised description of npm list

Kyle Warneck 6 years ago
parent
commit
2c6e7f7c20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/npm.md

+ 1 - 1
pages/common/npm.md

@@ -28,7 +28,7 @@
 
 `npm uninstall {{module_name}}`
 
-- Print a tree of installed, project-level packages:
+- Print a tree of locally-installed dependencies:
 
 `npm list`