README.md in bootbox-rails-0.2.0 vs README.md in bootbox-rails-0.3.0

- old
+ new

@@ -7,16 +7,16 @@ ## Installation First, put this line in your `Gemfile` (for Bootstrap 3): ```ruby -gem 'bootbox-rails', '~>0.2' +gem 'bootbox-rails', '~>0.3' ``` For Bootstrap 2 use following version: ```ruby -gem 'bootbox-rails', '~>0.1' +gem 'bootbox-rails', '~>0.1.0' ``` _Don't forget to add `jquery-rails` gem into your `Gemfile`. Also you may use very handy `bootstrap-sass` gem to add full stack of Twitter Bootstrap into your app._ Then run `bundle install` to update your application's bundle.