update coffescript reference in readme [skip ci] (#5475)

This commit is contained in:
Sergey Bekrin 2017-03-16 08:35:40 -07:00 committed by Brian Ng
parent 2c0907acdc
commit bf1b6ace53

View File

@ -5,7 +5,7 @@
One of the ways you can use Babel is through the require hook. The require hook
will bind itself to node's `require` and automatically compile files on the
fly. This is equivalent to CoffeeScript's
[coffee-script/register](http://coffeescript.org/documentation/docs/register.html).
[coffee-script/register](http://coffeescript.org/v2/annotated-source/register.html).
## Install