README.md in responsable-1.0.0 vs README.md in responsable-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ # Responsable -Responsable is a gem to standardize response objects and messages accross all Researchable's services. +Responsable is a gem to standardize response objects and messages across all Researchable's services. ## Installation Add this to your Gemfile: @@ -25,10 +25,10 @@ # rest of the controller end ``` -Then, in your controller actions, you can use any of the available response methods in lib/responsable.rb +Then, in your controller actions, you can use any of the available response methods in `lib/responsable.rb`. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.