From e9ba8305f65524f9355515cdd8704b2c6ba2def6 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Sun, 16 Jun 2024 12:41:31 +0200 Subject: [PATCH] fix(doc): update install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80510f..57de15e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Example installation using packer: ```lua use { - "mcchrish/zenbones.nvim", + "zenbones-theme/zenbones.nvim", -- Optionally install Lush. Allows for more configuration or extending the colorscheme -- If you don't want to install lush, make sure to set g:zenbones_compat = 1 -- In Vim, compat mode is turned on as Lush only works in Neovim.