diff --git a/README b/README index 5370c4d6c4..b29e4e7399 100644 --- a/README +++ b/README @@ -28,14 +28,14 @@ sudo bin/cake install Or, if you have the Node Package Manager installed: - npm install -g coffee-script + npm install -g iced-coffee-script (Leave off the -g if you don't wish to install globally.) Execute a script: - coffee /path/to/script.coffee + iced /path/to/script.coffee Compile a script: - coffee -c /path/to/script.coffee + iced -c /path/to/script.coffee For documentation, usage, and examples, see: http://maxtaco.github.com/coffee-script @@ -43,8 +43,9 @@ To suggest a feature, report a bug, or general discussion: http://github.com/maxtaco/coffee-script/issues/ - If you'd like to chat, drop by #coffeescript on Freenode IRC, - or on webchat.freenode.net. + DM or tweet at me with questions: @maxtaco + + Or better yet, tweet about how much you love IcedCoffeeScript. The source repository: git://github.com/maxtaco/coffee-script.git diff --git a/UPDATING.md b/UPDATING.md index 57bec25abc..1c3794a600 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -22,7 +22,7 @@ git checkout iced git pull origin iced ``` -1. Then do the rebase (which will fail all sorts of ways, see below...): +1. Then do the rebase (which will fail in all sorts of ways, see below...): ```sh git rebase master ```