From aa6801d5dfbfbdef1e0778c93cd58a3f6013018f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 29 May 2023 12:22:13 -0700 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3fb4c8850c..c9a6fba434 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 ​ # 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 ```