Fix uninstall type.

This commit is contained in:
Jon LaBelle 2016-10-02 16:23:42 -05:00 committed by GitHub
parent 403d715127
commit dab8645394
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ npm update
npm install -g npm
# Uninstall a package
npm unintall <package>
npm uninstall <package>