Skip to content

Commit edda492

Browse files
frank-dspeedaddaleax
authored andcommitted
doc: fix file name to main.mjs and not main.js in esm.md
PR-URL: #34786 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 3abcc74 commit edda492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/esm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,8 +1438,8 @@ console.log(VERSION);
14381438

14391439
With this loader, running:
14401440

1441-
```console
1442-
node --experimental-loader ./https-loader.mjs ./main.js
1441+
```bash
1442+
node --experimental-loader ./https-loader.mjs ./main.mjs
14431443
```
14441444

14451445
Will print the current version of CoffeeScript per the module at the URL in

0 commit comments

Comments
 (0)