Skip to content

Commit bd0b376

Browse files
Fix typo in bundle section of README (#1317)
correct the bundle parameter --to to --outfile
1 parent 464747d commit bd0b376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ See the help message for more flags, and [the configuration format section](#the
951951
When bundling an `app`, the output will be a single executable file:
952952

953953
```console
954-
$ spago bundle --to index.js --bundle-type app --platform node
954+
$ spago bundle --outfile index.js --bundle-type app --platform node
955955
956956
# It is then possible to run it with node:
957957
$ node index.js

0 commit comments

Comments
 (0)