Issue #417. Word choice for the literal minded.

This commit is contained in:
Jeremy Ashkenas
2011-06-29 21:54:31 -04:00
parent 77caaed5d0
commit cc46300a3b

View File

@@ -369,9 +369,8 @@
<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>.