jamessugrue / beginning-backbone

Code extracts from the upcoming Apress title, Beginning Backbone
34 stars 22 forks source link

Wrong template frameworks in chapter4 README.md #1

Closed astoisavljevic closed 10 years ago

astoisavljevic commented 10 years ago

Please take a look at chapter 4 README.md file. You will notice following:

underscore.html (illustration of Underscore as templating library) handlebars.html (illustration of Underscore as templating library) mustache.html (illustration of Underscore as templating library)

I would say that Underscore should be just in first case, but Handlebars and Mustache should be in other two.

I guess that this is just simple typo error.