From e7a0b920382c3688ebaaaceb74c82261c3d3d016 Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Sat, 8 Apr 2023 13:06:52 +0300 Subject: [PATCH] Add docs for `run` function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d23e2..53e276a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ A customizable Neovim plugin to run code inside the editor ## Usage ```lua - require('runner').run() + require('runner').run() -- Can also be called with the buffer number where the code is -- To set a mapping vim.keymap.set('n', '', require('runner').run)