Change wording in position description

This commit is contained in:
MarcHamamji 2023-04-06 14:02:43 +03:00
parent 42532e0b24
commit 691a825073

View File

@ -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
})