README.md in fablicop-1.0.2 vs README.md in fablicop-1.0.3

- old
+ new

@@ -13,19 +13,17 @@ `init` generate the following directive to your `.rubocop.yml`: ```yaml inherit_gem: fablicop: - - "config/rubocop.yml" + - "config/.base_rubocop.yml" # uncomment if use rails cops # - "config/rails.yml" # uncomment if use rspec cops # - "config/rspec.yml" AllCops: - TargetRubyVersion: 2.4 - # uncomment if use rails cops - # TargetRailsVersion: 5.1 + TargetRubyVersion: 2.3 ``` ```sh bundle exec rubocop <options...> ```