README.md in secondbureau-0.0.4.3 vs README.md in secondbureau-0.0.4.4
- old
+ new
@@ -1,14 +1,14 @@
# Secondbureau
-TODO: Write a gem description
+This is a util gem from Secondbureau
## Installation
Add this line to your application's Gemfile:
- gem 'secondbureau'
+ gem 'secondbureau', '~> 0.0.4.3'
And then execute:
$ bundle
@@ -16,10 +16,16 @@
$ gem install secondbureau
## Usage
-TODO: Write usage instructions here
+### Rails info
+
+ $ rails g secondbureau:mount_rails_info
+
+It will add the following line to the `config/routes.rb`:
+
+ mount_rails_info if Rails.env.development?
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)