diff --git a/docs/runtime/shell.md b/docs/runtime/shell.md index 9aea702c8d..3afbfde70a 100644 --- a/docs/runtime/shell.md +++ b/docs/runtime/shell.md @@ -53,7 +53,7 @@ const welcome = await $`echo "Hello World!"`.text(); console.log(welcome); // Hello World!\n ``` -To get stdout, stderr, and the exit code, use await or .run: +To get stdout, stderr, and the exit code, use await or `.run`: ```js import { $ } from "bun";