docs: fix pnpm command

This commit is contained in:
Sébastien Chopin
2023-09-07 16:23:45 +02:00
parent b905216a95
commit 240db8ee19
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ description: 'Learn how to install and configure the module in your Nuxt app.'
::code-group
```sh [pnpm]
pnpm i @nuxt/ui
pnpm add @nuxt/ui
```
```bash [yarn]