From 0b80d0a69b03185ed781fc6fd4ab462c632a86f6 Mon Sep 17 00:00:00 2001 From: Alex Malykh <49870662+ysomad@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:54:31 +0400 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 168c409..3079257 100644 --- a/README.md +++ b/README.md @@ -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")