README in masterview-0.0.10 vs README in masterview-0.0.11

- old
+ new

@@ -41,14 +41,10 @@ === Installation using gems (if you are able to use gems) If you can use gems you may simply do the following -gem install masterview - -gem install masterview_generator - -gem install masterview_plugin_generator +gem install masterview_gem_pack Now your gem is installed and you can skip these steps in the future. After creating your rails directory, change directory to it and run the following to create a very lightweight plugin instance for this application mainly consisting of an init.rb file which will get loaded at runtime. This init.rb refers to the gem for everything but allows you to override any constants or setup that has been provided. See MasterView module masterview.rb for a list of the available constants. script/generate masterview_plugin