docs: update username

This commit is contained in:
Stevan Freeborn
2026-07-06 20:14:56 -05:00
parent f8c495a82a
commit 6ac6ff6dae
+3 -3
View File
@@ -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({})
```