aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-29 12:22:13 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-29 12:22:13 -0700
commitaa6801d5dfbfbdef1e0778c93cd58a3f6013018f (patch)
tree975df6ff04c12c336f1e335e55381c20d7c9db52 /docs/index.md
parentd0185925ff8cd4b83d9def273b76606caefe07ef (diff)
downloadbun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.tar.gz
bun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.tar.zst
bun-aa6801d5dfbfbdef1e0778c93cd58a3f6013018f.zip
Update index.md
Diffstat (limited to '')
-rw-r--r--docs/index.md2
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
```