README.md in config_scripts-0.4.1 vs README.md in config_scripts-0.4.2

- old
+ new

@@ -25,31 +25,6 @@ $ rake db:migrate ## Usage -### Config Scripts - -#### Generate a new config script: - - $ rails g config_scripts:config_script MyConfigScript - -This will add a file to the `db/config_scripts` directory. - -#### Run all the pending config scripts: - - $ rake config_scripts:run_pending - -### Seed Data - -#### Defining Seed Data: - -Create a file in the directory `db/seeds/definitions`. Examples of defining seed -data will be coming in the future. - -#### Dumping seed data to the disk: - - $ rake config_scripts:seeds:dump - -#### Loading the seed data from the disk: - - $ rake config_scripts::seeds::load +See [the wiki](https://github.com/brownleej/config-scripts-gem/wiki) for usage examples. \ No newline at end of file