From a06a39eaf2f3cf04180eb11612c428dfc07e2ef6 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 10 Feb 2012 04:07:17 +0800 Subject: [PATCH] Add more links to popular Backbone references. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7f45acf..f93cb82 100644 --- a/README.md +++ b/README.md @@ -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 ================