diff --git a/docs/bundler/executables.mdx b/docs/bundler/executables.mdx index af2229227e..79e6d6a55e 100644 --- a/docs/bundler/executables.mdx +++ b/docs/bundler/executables.mdx @@ -216,7 +216,7 @@ However, with the `BUN_BE_BUN=1` environment variable, it acts just like the `bu ```bash icon="terminal" terminal # With the env var, the executable acts like the `bun` CLI -bun_BE_BUN=1 ./such-bun install +BUN_BE_BUN=1 ./such-bun install ``` ```txt