diff --git a/README.md b/README.md index 7c6eb22..531f0b0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ A customizable Neovim plugin to run code inside the editor dependencies = { 'nvim-lua/plenary.nvim' } }, config = function() - require(runner').setup() + require('runner').setup() end } })