README.md in rubocop-rickselby-0.5.0 vs README.md in rubocop-rickselby-0.6.0

- old
+ new

@@ -1,10 +1,10 @@ # My rubocop setup Config in `./config` -## Usage +## Installation Add `rubocop-rickselby` to your Gemfile: ```ruby @@ -21,16 +21,22 @@ # If you are using capybara: gem "rubocop-capybara", require: false end ``` -Inherit the configuration in your `.rubocop.yml`: +Inherit the desired configuration in your `.rubocop.yml`: ```yaml # .rubocop.yml inherit_gem: rubocop-rickselby: - config/default.yml # generic Ruby rules and cops - config/rails.yml # Rails-specific rules and cops - config/rspec.yml # RSpec-specific rules and cops - config/capybara.yml # capybara-specific rules and cops ``` + +## Contributing +Bug reports and pull requests are welcome on GitHub at https://github.com/rickselby/rubocop-rickselby. + +## License +The gem is available as open source under the terms of the MIT License.