Skip to content

Commit

Permalink
fix(docs): Add code block formatting to comments
Browse files Browse the repository at this point in the history
This commit adds markdown code block formatting to the comments in the
bun.ts file. This improves readability and understanding of the code
usage examples provided in the comments.
  • Loading branch information
ryoppippi committed Jun 9, 2024
1 parent fc6e839 commit b640a54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/unplugin-typia/src/bun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if (globalThis.Bun == null) {
* UnpluginTypia({ /* your options *\/})
* ]
* })
* ```
*
* ```sh
* $ node build.ts
Expand All @@ -47,6 +48,7 @@ if (globalThis.Bun == null) {
*
* plugin(UnpluginTypia({ /* your options *\/}))
* ```
*
* ```toml
* # bunfig.toml
* preload = ["./preload.ts"]
Expand Down

0 comments on commit b640a54

Please sign in to comment.