Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mracos authored Jul 5, 2023
1 parent 1ef1d58 commit 62c3690
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 62c3690

Please sign in to comment.