Skip to content

Commit

Permalink
Merge pull request #9 from mracos/patch-1
Browse files Browse the repository at this point in the history
Fix example in README
  • Loading branch information
adrigzr authored Jul 6, 2023
2 parents 1ef1d58 + 62c3690 commit 765a4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Using packer:

```lua
use({
'rcarriga/neotest',
'nvim-neotest/neotest',
requires = {
...,
'nvim-neotest/neotest-mocha',
'adrigzr/neotest-mocha',
}
config = function()
require('neotest').setup({
Expand Down

0 comments on commit 765a4e9

Please sign in to comment.