From 691a82507332f0ec520821ce85324c289516b654 Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Thu, 6 Apr 2023 14:02:43 +0300 Subject: [PATCH] Change wording in position description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })