Skip to content

Commit

Permalink
Tweak some wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 13, 2019
1 parent 0d33fb1 commit 7dc3402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual/migrate_performance_cops.md
@@ -1,6 +1,6 @@
Performance Cops has been removed from RuboCop 0.68. Use rubocop-performance gem instead.
Performance cops have been removed from RuboCop 0.68. Use the `rubocop-performance` gem instead.

Put this in your Gemfile.
Put this in your `Gemfile`.

```rb
gem 'rubocop-performance'
Expand All @@ -12,7 +12,7 @@ And then execute:
$ bundle install
```

Put this into your .rubocop.yml.
Put this into your `.rubocop.yml`.

```yaml
require: rubocop-performance
Expand Down

0 comments on commit 7dc3402

Please sign in to comment.