maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

Missing step in "Usage" documentation #117

Open rooney opened 10 years ago

rooney commented 10 years ago

In my scripts I must put iced = require('iced-coffee-script').icedbefore any await otherwise I get ReferenceError: iced is not defined.

Shouldn't this be documented in the "usage" section?