fix wrong npm install coffee-script command
This commit is contained in:
parent
b9ecb4db41
commit
b3be8c8b23
|
@ -74,7 +74,7 @@ Use this strategy if you do not wish for your token to be publicly visible. Prox
|
|||
Make sure you have [CoffeeScript](http://coffeescript.org/) installed:
|
||||
|
||||
```bash
|
||||
$ npm install coffeescript -g
|
||||
$ npm install coffee-script -g
|
||||
```
|
||||
|
||||
Then start the proxy passing port number as an argument:
|
||||
|
|
Loading…
Reference in New Issue