Merge pull request #8 from IamGideonIdoko/main

Replace yarn with pnpm link in installation example
This commit is contained in:
Barrett Ruth 2024-02-18 11:09:47 -05:00 committed by GitHub
commit 0b4d31c665
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