README.md in rubocop-rspec-3.0.1 vs README.md in rubocop-rspec-3.0.2
- old
+ new
@@ -5,10 +5,19 @@
![CI](https://github.com/rubocop/rubocop-rspec/workflows/CI/badge.svg)
[RSpec](https://rspec.info/)-specific analysis for your projects, as an extension to
[RuboCop](https://github.com/rubocop/rubocop).
+- [Installation](#installation)
+ - [Upgrading to RuboCop RSpec v3.x](#upgrading-to-rubocop-rspec-v3x)
+ - [Upgrading to RuboCop RSpec v2.x](#upgrading-to-rubocop-rspec-v2x)
+- [Usage](#usage)
+- [Documentation](#documentation)
+- [The Cops](#the-cops)
+- [Contributing](#contributing)
+- [License](#license)
+
## Installation
Just install the `rubocop-rspec` gem
```bash
@@ -18,9 +27,13 @@
or if you use bundler put this in your `Gemfile`
```ruby
gem 'rubocop-rspec', require: false
```
+
+### Upgrading to RuboCop RSpec v3.x
+
+Read all the details in our [Upgrade to Version 3.x](https://docs.rubocop.org/rubocop-rspec/3.0/upgrade_to_version_3.html) document.
### Upgrading to RuboCop RSpec v2.x
Read all the details in our [Upgrade to Version 2.x](https://docs.rubocop.org/rubocop-rspec/2.0/upgrade_to_version_2.html) document.