readme: replace yarn with pnpm link in installation example

This commit is contained in:
ꁅꀤꀸꍟꂦꈤ 2024-02-17 04:54:31 +01:00 committed by GitHub
parent 4e1dd2956b
commit e4c4639463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 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: [lazy.nvim](https://github.com/folke/lazy.nvim) may look like the following:
```lua ```lua