From 9682a3c072e92d9e76da3c60ec16edaed27195c2 Mon Sep 17 00:00:00 2001 From: Jemma Nelson Date: Fri, 29 Sep 2017 16:15:47 -0700 Subject: [PATCH] docs: fix typo in README.md (#21) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc8ee2..935b3c5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ## DESCRIPTION -When invoked inside an npm project with a `package.json` and `package-lock.json` (or an `npm-shrinwkrap.json`), it will install the specified dependencies and run their install scripts. +When invoked inside an npm project with a `package.json` and `package-lock.json` (or an `npm-shrinkwrap.json`), it will install the specified dependencies and run their install scripts. The main difference between this and `npm install` is that `cipm` is both a small, standalone program, and that it can bypass a lot of the heavier machinery in npm oriented towards interacting with invalid states: `cipm` completely removes `node_modules` before beginning the install, if it exists.