diff --git a/README.md b/README.md index 9e03c24..5e2a720 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ vim.api.nvim_set_keymap( vim.api.nvim_set_keymap( "n", "twf", - "lua require('neotest').run.run({ vim.fn.expand("%"), vitestCommand = 'vitest --watch' })", + "lua require('neotest').run.run({ vim.fn.expand('%'), vitestCommand = 'vitest --watch' })", {desc = "Run Watch File"} )