Skip to content

Commit cb3437f

Browse files
authored
Merge pull request #24 from ecbrodie/patch-1
readme cleanup
2 parents becab1c + c8d0026 commit cb3437f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Mry Migrates .Rubocop.Yml :muscle:
44

55

66
RuboCop has many many breaking changes, because it is before version 1.0.
7-
So, if you update RuboCop version, in many cases .rubocop.yml breaks...
8-
This tool supports migrating `.rubocop.yml`. It automatically rename the configuration in your `.rubocop.yml` that is renamed by updating RuboCop. So, with this tool, you do not have to be afraid of updating RuboCop anymore!
7+
So, if you update your RuboCop version, .rubocop.yml breaks in many cases...
8+
This tool supports migrating `.rubocop.yml`. It automatically renames the configuration in your `.rubocop.yml` that was renamed by the updated RuboCop version. So, with this tool, you do not have to be afraid of updating RuboCop anymore!
99

1010
## Installation
1111

@@ -31,15 +31,15 @@ Update `.rubocop.yml` to latest release:
3131
$ mry .rubocop.yml
3232
```
3333

34-
Update `.rubocop.yml` to version 0.48.0:
34+
Update `.rubocop.yml` to a specified version:
3535

3636
```bash
3737
$ mry --target=0.51.0 .rubocop.yml
3838
```
3939

40-
And you can specify current RuboCop version.
41-
If you specify current RuboCop version, mry adds cops that are added in new version RuboCop to your `.rubocop.yml`.
42-
By this feature, you can check new features of RuboCop with mry.
40+
And you can specify the current RuboCop version.
41+
If you specify a new RuboCop version, mry adds cops that were added in this new RuboCop version to your `.rubocop.yml`.
42+
With this feature, you can check new RuboCop cops with mry.
4343

4444
```bash
4545
$ mry --from=0.50.0 --target=0.51.0 .rubocop.yml

0 commit comments

Comments
 (0)