README.rdoc in michael_hintbuble-1.0.0 vs README.rdoc in michael_hintbuble-1.0.1
- old
+ new
@@ -75,11 +75,11 @@
the string "_frame".
By default, the top-level class assignments are "michael_hintbuble_bubble" and "michael_hintbuble_bubble_frame".
If you set the <tt>:class</tt> option to <tt>:error_bubble</tt>, the top-level class assignments will be
-"error_bubble" and "errorbubble_frame".
+"error_bubble" and "error_bubble_frame".
The <tt>:style</tt> option can be used to provide one-off styling, as needed.
@@ -128,10 +128,25 @@
* <b>Prototype:</b> http://prototypejs.org
* <b>Scriptaculous:</b> http://script.aculo.us
+== Installation & Generators (Rails 3)
+
+Install me from RubyGems.org by adding a gem dependency to your Gemfile. Bundler does
+the rest.
+
+ gem "michael_hintbuble"
+
+ $ bundle install
+
+Then generate the required javascript file and the starter stylesheet and image.
+
+ $ rails g michael_hintbuble
+
+
+
== Installation & Generators (Rails 2)
Install me from RubyGems.org and add a gem dependency in the appropriate file.
$ gem install michael_hintbuble
@@ -143,24 +158,9 @@
Either way, then generate the required javascript file and the starter
stylesheet and image.
$ script/generate michael_hintbuble
-
-
-== Installation & Generators (Rails 3)
-
-Install me from RubyGems.org by adding a gem dependency to your Gemfile. Bundler does
-the rest.
-
- gem "michael_hintbuble"
-
- $ bundle install
-
-Then generate the required javascript file and the starter stylesheet and image.
-
- $ rails g michael_hintbuble
-
== Gemroll
If you think I'm awesome, you should check out my soulmate
\ No newline at end of file