diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2014-05-20 09:48:41 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2014-05-20 09:48:41 -0500 |
commit | 754472044b42f68ca04733c7454be50bfe015abf (patch) | |
tree | 26ba7148b6212a5bcd4bbaa7ba44537a4239b92b | |
parent | 3da1896a2ecda7f339b16d84f0653de25ac1fd0b (diff) | |
parent | 14807c0eb73cd6bdd9ff291823d869fc337062e9 (diff) |
Merge pull request #608 from gruiz17/patch-1
added additional resources to coffeescript file
-rw-r--r-- | coffeescript.html.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 4fdf5903..d96eed39 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -95,3 +95,8 @@ eat food for food in foods when food isnt 'chocolate' # } #} ``` + +## Additional resources + +- [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/) +- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read) |