README.markdown in ice-0.2.4 vs README.markdown in ice-0.3.0

- old
+ new

@@ -32,16 +32,12 @@ In addition, our ice_view.rb file is almost directly ripped out of the liquid project. ## Installation -For Rails: +Ice is curently being developed only for Rails 3 (we have a Rails 2 branch as well). Simply add to your Gemfile - config.gem 'ice' - -Otherwise: - - gem install ice + gem 'ice' ## to_ice Every object is revealed to the templates via its to_ice method. This helps filter the objects that are passed into the javascript, so people editing the template only have access to a sanitized version of the data that you want them to format. \ No newline at end of file