Skip to content

Commit

Permalink
fixed: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie committed Jan 3, 2024
1 parent a4b4f11 commit dab7cf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ Let's automate this process!
<Tabs>
<TabItem label="npm">
```bash [npm]
npm install -D vitest
npm install -D pure-index
```
</TabItem>
<TabItem label="yarn">
```bash [yarn]
yarn add -D vitest
yarn add -D pure-index
```
</TabItem>
<TabItem label="pnpm">
```bash [pnpm]
pnpm add -D vitest
pnpm add -D pure-index
```
</TabItem>
<TabItem label="bun">
```bash [bun]
bun add -D vitest
bun add -D pure-index
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit dab7cf7

Please sign in to comment.