From dab8645394134f72f170bfc65fdb91201a92de1f Mon Sep 17 00:00:00 2001 From: Jon LaBelle Date: Sun, 2 Oct 2016 16:23:42 -0500 Subject: [PATCH] Fix uninstall type. --- cheat/cheatsheets/npm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/npm b/cheat/cheatsheets/npm index 73c9b3d..ba85087 100644 --- a/cheat/cheatsheets/npm +++ b/cheat/cheatsheets/npm @@ -19,4 +19,4 @@ npm update npm install -g npm # Uninstall a package -npm unintall +npm uninstall