1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-28 19:07:06 +02:00

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

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