README.md in codemirror-rails-3.00 vs README.md in codemirror-rails-3.02
- old
+ new
@@ -1,8 +1,8 @@
# codemirror-rails
-Wire up the [CodeMirror](http://codemirror.net/) assets for your Rails
+Wire up the [CodeMirror](http://codemirror.net/) assets for your Rails
applications.
## Getting Started
If you're using Bundler, you can add codemirror-rails to your Gemfile:
@@ -15,11 +15,11 @@
```shell
gem install codemirror-rails
```
-## CodeMirror for Rails 3.1
+## CodeMirror for Rails >= 3.1
All of the assets from the most latest stable CodeMirror release are vendored
so that you can use them with the asset pipeline. At a minimum, you will
probably want the following in your application.js and application.css:
@@ -65,5 +65,8 @@
assets into your Rails 3 public directory.
```shell
rails generate codemirror:install
```
+### Contributing
+
+Find a mistake? New version of CodeMirror? Submit a pull request!