Skip to content

Commit

Permalink
Issue jashkenas#417. Word choice for the literal minded.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 30, 2011
1 parent 77caaed commit cc46300
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,8 @@ <h2 id="downloads">
<p>
Backbone's only hard dependency is
<a href="http://documentcloud.github.com/underscore/">Underscore.js</a>.
For RESTful persistence, "hashchange" History, and DOM manipulation with
<a href="#View">Backbone.View</a>,
it's highly recommended to include
For RESTful persistence, history support via <a href="#Router">Backbone.Router</a>
and DOM manipulation with <a href="#View">Backbone.View</a>, include
<a href="https://github.com/douglascrockford/JSON-js">json2.js</a>, and either
<a href="http://jquery.com">jQuery</a> <small>( > 1.4.2)</small> or
<a href="http://zeptojs.com/">Zepto</a>.
Expand Down

0 comments on commit cc46300

Please sign in to comment.