Skip to content

Commit 3e455d7

Browse files
authored
Fix bundle command syntax in documentation (#3059)
1 parent 7871a7f commit 3e455d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/reference/cli/bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ JavaScript file.
1414
## Basic usage
1515

1616
```sh
17-
deno bundle main.ts output.js
17+
deno bundle -o output.js main.ts
1818
```
1919

2020
The output file can then be run with Deno or in other JavaScript runtimes:

0 commit comments

Comments
 (0)