From 6ac6ff6dae90523d54eba057f72b8fe406b8e535 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:14:56 -0500 Subject: [PATCH] docs: update username --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7afd627..0be3ed8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or download a prebuilt binary from the [releases page](https://github.com/watche ```lua { - "stevanfreeborn/watchexec.nvim", + "StevanFreeborn/watchexec.nvim", opts = {}, } ``` @@ -42,7 +42,7 @@ Or download a prebuilt binary from the [releases page](https://github.com/watche ```lua use { - "stevanfreeborn/watchexec.nvim", + "StevanFreeborn/watchexec.nvim", config = function() require("watchexec").setup({}) end, @@ -52,7 +52,7 @@ use { ### vim-plug ```vim -Plug 'stevanfreeborn/watchexec.nvim' +Plug 'StevanFreeborn/watchexec.nvim' lua require("watchexec").setup({}) ```