From ab210b39883a4ea9c79be48ad48a05f88e38c215 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 17 Jan 2015 12:23:31 -0800 Subject: [PATCH] Use `install` shorthand consistently in readme. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f23b81a..ea1610876 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ require(['lodash'], function(_) {/*…*/}); Using npm: ```bash -$ {sudo -H} npm install -g npm +$ {sudo -H} npm i -g npm $ npm i --save lodash $ {sudo -H} npm i -g lodash