Skip to content

Commit

Permalink
Merge pull request addyosmani#64 from rtomayko/patch-1
Browse files Browse the repository at this point in the history
fix s/Spine.vs/Spine.js/ typo
  • Loading branch information
addyosmani committed Jan 31, 2012
2 parents 1d7faa7 + 4935998 commit b4849ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -278,7 +278,7 @@ So does Backbone.js have Controllers? Not really. Backbone's Views typically con
In this respect, contrary to what might be mentioned in the official documentation or in blog posts, Backbone is neither a truly MVC/MVP nor MVVM framework. It's in fact better to see it a member of the MV* family which approaches architecture in its own way. There is of course nothing wrong with this, but it is important to distinguish between classical MVC and MV* should you be relying on discussions of MVCt to help with your Backbone projects.


### Controllers in Spine.vs vs Backbone.js
### Controllers in Spine.js vs Backbone.js


**Spine.js**
Expand Down

0 comments on commit b4849ef

Please sign in to comment.