README.md in d3-rails-2.9.1 vs README.md in d3-rails-3.3.5
- old
+ new
@@ -1,29 +1,23 @@
# d3-rails
-[D3.js][d3.js] is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS.
+[D3.js](http://github.com/mbostock/d3) is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS.
-d3-rails provides d3.js for Rails 3.1 and higher.
+d3-rails provides D3 for Rails 3.1 and higher.
-## Versioning
+## Version
-d3-rails comes with version 2.9.1 of [d3.js][d3.js].
+d3-rails comes with version 3.3.5 of D3.js. and will track the always
+mirror the version of D3 it comes with.
-Every attempt is made to mirror the currently shipping d3.js version number wherever possible. The major, minor, and patch version numbers will always represent the d3.js version.
-Should a gem bug be discovered, a 4th version identifier will be added and incremented.
-
## Installation
Add this line to your `Gemfile`:
gem "d3-rails"
-Please note that d3.js is provided via the asset pipeline and you do *not* need to copy their files into your application. Rails will get them from d3-rails automatically.
+Please note that D3 is provided via the asset pipeline and you do *not* need to copy their files into your application. Rails will get them from d3-rails automatically.
-## Usage
+Then add it to your manifest file, most probably at `app/assets/javascripts/application.js`:
-Add this to your manifest file, most probably at `app/assets/javascripts/application.js`:
-
//= require d3
-
-[d3.js]: http://github.com/mbostock/d3
\ No newline at end of file