update README.md

This commit is contained in:
Alex Malykh 2024-02-11 15:54:31 +04:00
parent fccf555adc
commit 0b80d0a69b

View file

@ -72,7 +72,7 @@ For named tests to work you have to install gotests from develop branch, for exa
})
```
Or using `vim.fn.jobstart` on build:
Or by calling `vim.fn.jobstart`:
```lua
vim.fn.jobstart("go install github.com/cweill/gotests/...@develop")