Skip to content

Commit

Permalink
Added a missing closing brace to the Haml example.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmrrs committed Nov 13, 2011
1 parent d21b3d0 commit 61038ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -92,7 +92,7 @@ If you prefer haml, this is equivalent to inserting the following code into `app
:javascript
$(function() {
// Blog is the app name
window.router = new Blog.Routers.PostsRouter({posts: #{@posts.to_json.html_safe});
window.router = new Blog.Routers.PostsRouter({posts: #{@posts.to_json.html_safe}});
Backbone.history.start();
});

Expand Down

0 comments on commit 61038ae

Please sign in to comment.