diff options
author | Rory O’Kane <rory@roryokane.com> | 2014-01-29 21:34:56 -0500 |
---|---|---|
committer | Rory O’Kane <rory@roryokane.com> | 2014-01-29 21:34:56 -0500 |
commit | ce005d7fdb9a6a6815f88b08ab42ee6fbf689abb (patch) | |
tree | fe51e5ac448423da9cb86d374ac2678ada6d5449 | |
parent | 066dc1b257b932cce89dacd2c4cad5ba61c07523 (diff) |
Link to CoffeeScript official website
-rw-r--r-- | coffeescript.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 429f10b5..c61cad67 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -5,6 +5,8 @@ contributors: filename: coffeescript.coffee --- +See also [the CoffeeScript website](http://coffeescript.org/), which has a complete tutorial on CoffeeScript. + ``` coffeescript # CoffeeScript is a hipster language. # It goes with the trends of many modern languages. |