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

View File

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