README.md in rubocop-github-0.1.0 vs README.md in rubocop-github-0.2.0

- old
+ new

@@ -12,10 +12,12 @@ **.rubocop.yml** ``` yaml inherit_gem: - rubocop-github: config/default.yml + rubocop-github: + - config/default.yml + - config/rails.yml ``` ## The Cops All cops are located under [`lib/rubocop/cop/github`](lib/rubocop/cop/github), and contain examples/documentation.