diff --git a/README.md b/README.md index dd2ee1a..c464dde 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can use `v:lua` to call the Lua function from Vimscript: ```vim v:lua.require'dirvish-do'.setup( - \ Config dictionary goes here + \ " Config dictionary goes here \ ) ``` See `:h v:lua-call` for more information.