diff options
-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 ``` |