diff --git a/README.md b/README.md index aa3bbb5..4bc90af 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ A customizable Neovim plugin to run code inside the editor Runner comes with the following defaults: ```lua require('runner').setup({ - position = 'right', -- position of task window can be: top, left, right, bottom + position = 'right', -- position of the terminal window when using the shell_handler - can be: top, left, right, bottom width = 80, -- width of window when position is left or right height = 10, -- height of window when position is top or bottom })