Skip to content

Commit a943210

Browse files
Fix bundle argument (#1268)
1 parent b2bc2ae commit a943210

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
@@ -965,7 +965,7 @@ When bundling a `module` instead, the output will be a single JS module that you
965965

966966
```console
967967
# You can specify the main module and the target file, or these defaults will be used
968-
$ spago bundle --bundle-type module --main Main --outfile index.js
968+
$ spago bundle --bundle-type module --module Main --outfile index.js
969969
```
970970

971971
Can now import it in your Node project:

0 commit comments

Comments
 (0)