diff options
author | 2023-05-29 12:22:13 -0700 | |
---|---|---|
committer | 2023-05-29 12:22:13 -0700 | |
commit | aa6801d5dfbfbdef1e0778c93cd58a3f6013018f (patch) | |
tree | 975df6ff04c12c336f1e335e55381c20d7c9db52 /docs/index.md | |
parent | d0185925ff8cd4b83d9def273b76606caefe07ef (diff) | |
download | bun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.tar.gz bun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.tar.zst bun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.zip |
Update index.md
Diffstat (limited to '')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index 3fb4c8850..c9a6fba43 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ $ bun run index.tsx # TS and JSX supported out of the box ```bash $ bun run start # run the `start` script $ bun install <pkg> # install a package -$ bun build ./index.tsx # bundle a project +$ bun build ./index.tsx # bundle a project for browsers $ bun test # run tests $ bunx cowsay "Hello, world!" # execute a package ``` |