diff --git a/index.html b/index.html index a6456571..820269a7 100644 --- a/index.html +++ b/index.html @@ -1939,8 +1939,9 @@ var DocumentView = Backbone.View.extend({ James Yu used Backbone.js to create QuietWrite, an app that gives writers a clean and quiet interface to concentrate on the text itself. - It also works great on the iPad. The editor relies on - Backbone to persist document data to the server. + The editor relies on Backbone to persist document data to the server. He + followed up with a Backbone.js + Rails tutorial that describes how to implement + CloudEdit, a simple document editing app.