README.md in refinerycms-bootstrap-0.0.0 vs README.md in refinerycms-bootstrap-0.0.1
- old
+ new
@@ -1,29 +1,30 @@
-# Refinerycms::Bootstrap
+# Refinery CMS Bootstrap
-TODO: Write a gem description
+Refinery CMS extension that adds Twitter Bootstrap 3 via [bootstrap-sass-rails](https://github.com/yabawock/bootstrap-sass-rails) gem.
## Installation
-Add this line to your application's Gemfile:
+For Refinery CMS 2.1 stable, add this line to your application's Gemfile:
- gem 'refinerycms-bootstrap'
+ gem 'refinerycms-bootstrap', :github => 'fernandoaleman/refinerycms-bootstrap', :branch => '2-1-stable'
-And then execute:
+For Refinery CMS 2.1 latest, add this line to your application's Gemfile:
- $ bundle
+ gem 'refinerycms-bootstrap', :github => 'fernandoaleman/refinerycms-bootstrap', :branch => 'master'
-Or install it yourself as:
+And then execute:
- $ gem install refinerycms-bootstrap
+ $ bundle install
+ $ rails generate refinery:bootstrap
## Usage
-TODO: Write usage instructions here
+Follow the documentation for [Twitter Bootstrap](http://getbootstrap.com).
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
+5. Create new Pull Request
\ No newline at end of file