From b3be8c8b23177c6e327464dec29a15acfbb56db3 Mon Sep 17 00:00:00 2001 From: jhnns Date: Fri, 4 Oct 2013 16:30:32 +0200 Subject: [PATCH] fix wrong npm install coffee-script command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afe7836..4775371 100644 --- a/README.md +++ b/README.md @@ -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: