README.rdoc in tabulous-0.0.2 vs README.rdoc in tabulous-1.0.0

- old
+ new

@@ -18,15 +18,15 @@ To get started, add the gem to your Rails application's Gemfile and install it using: bundle install -Then generate the tab initializer: +Then generate the tab file: rails generate tabs -This will generate config/initializers/tabulous.rb. Open the file and configure it to your liking. +This will generate app/tabs/tabulous.rb. Open the file and configure it to your liking. You'll notice the code is formatted into a grid. After you edit the file, run the following rake task to prettify the code back into a nice grid: rake tabs:format @@ -59,11 +59,13 @@ Tabulous will start you off with some CSS scaffolding but you'll eventually want to create your own CSS. == Examples -Look in this gem's test/applications directory to find working example applications. Look at their -config/initializers/tabulous.rb and app/layouts/application.html.erb files. +There is a tutorial at http://techiferous.com/2011/03/tutorial-for-adding-tabs-to-rails-using-tabulous/ + +Also, look in this gem's test/applications directory to find working example applications. +Look at their app/tabs/tabulous.rb and app/layouts/application.html.erb files. == Contributing Developers are encouraged to contribute ideas or code.