Skip to content

Commit

Permalink
docs: fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 6, 2024
1 parent 43f6dff commit 874eacb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/docs/quick_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Verrou is an ESM-only package. You will also need Node.js 18 or higher.
:::codegroup
```sh
// title: npm
npm i verrou
npm i @verrou/core
```

```sh
// title: pnpm
pnpm add verrou
pnpm add @verrou/core
```

```sh
// title: yarn
yarn add verrou
yarn add @verrou/core
```
:::

Expand Down

0 comments on commit 874eacb

Please sign in to comment.