README.md in legacy_data-0.2.0 vs README.md in legacy_data-0.2.1

- old
+ new

@@ -3,10 +3,12 @@ Getting started on a Rails project with a large existing database can be daunting. How to you extract all the information that's encoded in the database? Do you have to understand the entire data model before you get started? The `models_from_tables` generator in the `legacy_data` gem can help! This generator looks into your existing database and generates ActiveRecord models based on the information encoded in it. -* If you are using Rails 2.3 you must use v 0.1.12 of this gem "gem install legacy_data --version 0.1.12" +This gem works with Rails 3 + +* If you are using Rails 2.3 you must use v 0.1.12 "gem install legacy_data --v 0.1.12" ## How to use it - To generate an ActiveRecord model for each table in the database just type