Update shell.md

This commit is contained in:
Dylan Conway
2024-01-19 19:21:26 -08:00
parent 15f727dc2f
commit 0d88dcb0fa

View File

@@ -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";