Skip to content

Commit

Permalink
Merge pull request #1154 from HenryWu01/docs/bun-unplugin-typia
Browse files Browse the repository at this point in the history
docs(setup.mdx): Correct setup command for unplugin-typia with Bun
  • Loading branch information
samchon authored Jul 8, 2024
2 parents f249c84 + 91a2e3c commit 126258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ yarn typia setup --manager yarn
</Tab>
<Tab>
```bash filename="Terminal" showLineNumbers copy
bun add @ryoppippi/unplugin-typia
bunx jsr add @ryoppippi/unplugin-typia
bun add typia
bun typia setup
```
Expand Down

0 comments on commit 126258f

Please sign in to comment.