README.md in ruby-lsp-rspec-0.1.0 vs README.md in ruby-lsp-rspec-0.1.1

- old
+ new

@@ -1,11 +1,13 @@ # Ruby LSP RSpec -Ruby LSP RSpec is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for displaying code-lenses for RSpec tests. +[![Gem Version](https://badge.fury.io/rb/ruby-lsp-rspec.svg)](https://badge.fury.io/rb/ruby-lsp-rspec) -![Screenshot of the code lenses](/misc/example.png) +Ruby LSP RSpec is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for displaying CodeLens for RSpec tests. +![Screenshot of the code lenses](/misc/example.gif) + ## Installation To install, add the following line to your application's Gemfile: ```ruby @@ -13,10 +15,10 @@ group :development do gem "ruby-lsp-rspec" end ``` -After running `bundle install`, restart Ruby LSP and you should start seeing code-lenses in your RSpec test files. +After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files. ## Usages (with VS Code) 1. When clicking `Run`, the test(s) will be executed via the Test Explorer. - However, deeply nested tests may not be displayed correctly at the moment.