Skip to content

Commit a2bf48b

Browse files
authored
fixup third case
1 parent 8dd432f commit a2bf48b

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
@@ -40,7 +40,7 @@ An experimental implementation of this proposal is available at https://github.c
4040
```
4141
node --experimental-modules --module x.js
4242
node --experimental-modules -m x.js
43-
node -m -e "export var hello = 'world'"
43+
node --experimental-modules -m -e "export var hello = 'world'"
4444
```
4545

4646
## Use Cases

0 commit comments

Comments
 (0)