Merge pull request #299 from jonlabelle/patch-1

Fix uninstall typo.
This commit is contained in:
Chris Allen Lane 2016-11-27 08:46:55 -05:00 committed by GitHub
commit 5df5b1ab49
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>