From a943210a1e2f89d2f9813bcbf50f56b49be492c4 Mon Sep 17 00:00:00 2001 From: Tristan de Cacqueray Date: Sun, 18 Aug 2024 15:24:50 +0000 Subject: [PATCH] Fix bundle argument (#1268) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143a8f386..5b8389f28 100644 --- a/README.md +++ b/README.md @@ -965,7 +965,7 @@ When bundling a `module` instead, the output will be a single JS module that you ```console # You can specify the main module and the target file, or these defaults will be used -$ spago bundle --bundle-type module --main Main --outfile index.js +$ spago bundle --bundle-type module --module Main --outfile index.js ``` Can now import it in your Node project: