Skip to content

Commit

Permalink
Add more links to popular Backbone references.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Feb 9, 2012
1 parent c912443 commit a06a39e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -789,6 +789,21 @@ App.PhotoView = Backbone.View.extend({
$("a.photo").click(function() { ... });
```
Other links
===========
Other links of interest:
* [Backbone][backbone] official documentation
* [Backbonetutorials.com][bbtutorials] by Thomas Davis covers the basics of
Backbone.js in more detail than the official docs.
* [Backbone Fundamentals][bbfund] by Addy Osmani is a Creative Commons book for
beginners and advanced users alike.
[backbone]: http://documentcloud.github.com/backbone/
[bbtutorials]: http://backbonetutorials.com
[bbfund]: https://github.com/addyosmani/backbone-fundamentals
Acknowledgements
================
Expand Down

0 comments on commit a06a39e

Please sign in to comment.