mirror of https://github.com/cheat/cheat.git
Fix uninstall type.
This commit is contained in:
parent
403d715127
commit
dab8645394
|
@ -19,4 +19,4 @@ npm update
|
|||
npm install -g npm
|
||||
|
||||
# Uninstall a package
|
||||
npm unintall <package>
|
||||
npm uninstall <package>
|
||||
|
|
Loading…
Reference in New Issue