README.md in ruby-lsp-rspec-0.1.5 vs README.md in ruby-lsp-rspec-0.1.6

- old
+ new

@@ -11,10 +11,10 @@ To install, add the following line to your application's Gemfile: ```ruby # Gemfile group :development do - gem "ruby-lsp-rspec" + gem "ruby-lsp-rspec", require: false end ``` After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files.