diff options
-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) |