diff options
author | Adam Bard <github@adambard.com> | 2014-01-29 22:06:49 -0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-01-29 22:06:49 -0800 |
commit | da8a2a9d318189b46939a4a0a758bd4640373888 (patch) | |
tree | 2cf2d7f63b563b8418faf9658cac393182aa5a80 /coffeescript.html.markdown | |
parent | a51a09a0b2fea9113aaaf3c31262d3e7b33feb89 (diff) | |
parent | ce005d7fdb9a6a6815f88b08ab42ee6fbf689abb (diff) |
Merge pull request #505 from roryokane/patch-1
Link to CoffeeScript official website
Diffstat (limited to 'coffeescript.html.markdown')
-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. |