Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 1bf0915

Browse files
committed
Fix case in README on install commands
1 parent 4c7feb1 commit 1bf0915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The recommended method is to add this as a dependency
8484
to your project using [npm] with
8585

8686
```
87-
$ npm Install --save makenew-coffeescript-package
87+
$ npm install --save makenew-coffeescript-package
8888
```
8989

9090
or [Bower] with
@@ -131,7 +131,7 @@ Optionally, you may run addtional development tasks with [Grunt].
131131
Install it with
132132

133133
```
134-
$ npm Install --global grunt-cli
134+
$ npm install --global grunt-cli
135135
```
136136

137137
Run `$ grunt --help` to see all Grunt tasks.

0 commit comments

Comments
 (0)