diff options
author | Adam <adam@adambard.com> | 2014-01-29 22:25:27 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2014-01-29 22:25:27 -0800 |
commit | 159889ca923d3a56b53510fc64880ab8b5cb6398 (patch) | |
tree | a898c6bf9fafe6aaa77ed7dd59bbcff3bc686a5a /coffeescript.html.markdown | |
parent | 50158e3b02624b55b7e5dca85efe8358bb535d57 (diff) | |
parent | da8a2a9d318189b46939a4a0a758bd4640373888 (diff) |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
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. |