diff --git a/docs/guides/runtime/shell.md b/docs/guides/runtime/shell.md index 8679b7577e..26d83ff81c 100644 --- a/docs/guides/runtime/shell.md +++ b/docs/guides/runtime/shell.md @@ -2,9 +2,7 @@ name: Run a Shell Command --- -Bun Shell is a cross-platform bash-like shell built in to Bun. It provides a simple way to run shell commands in JavaScript and TypeScript. - -To get started, import the `$` function from the `bun` package and use it to run shell commands. +Bun Shell is a cross-platform bash-like shell built in to Bun. It provides a simple way to run shell commands in JavaScript and TypeScript. To get started, import the `$` function from the `bun` package and use it to run shell commands. ```ts#foo.ts import { $ } from "bun";