From e4c4639463de8c933f04722d92ee6309e39a3c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=81=85=EA=80=A4=EA=80=B8=EA=8D=9F=EA=82=A6=EA=88=A4?= Date: Sat, 17 Feb 2024 04:54:31 +0100 Subject: [PATCH] readme: replace yarn with pnpm link in installation example --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fc5ceb1..f45f2c2 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Live reload HTML, CSS, and JavaScript files inside neovim with the power of 2. Install regularly with your neovim package manager -For example, a config with [yarn](https://yarnpkg.com) and +For example, a config with [pnpm](https://pnpm.io) and [lazy.nvim](https://github.com/folke/lazy.nvim) may look like the following: ```lua