Skip to content

Commit

Permalink
Fix JS syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Sep 6, 2011
1 parent d833ac3 commit ea8de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ This assumes you already have a Backbone.js + Rails app.
```javascript
// For simplicitly, here it is in a router, or app bootstrap
this.users = new MyApp.Collections.UsersCollection();
new BackboneSync.RailsFayeSubscriber(this.users, channel: 'users');
new BackboneSync.RailsFayeSubscriber(this.users, { channel: 'users' });
this.wizards.reset(options.users);
```

Expand Down

0 comments on commit ea8de61

Please sign in to comment.