Skip to content

Commit fae5df2

Browse files
frank-dspeedBethGriggs
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 f4675ea commit fae5df2

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
@@ -1506,8 +1506,8 @@ console.log(VERSION);
15061506

15071507
With this loader, running:
15081508

1509-
```console
1510-
node --experimental-loader ./https-loader.mjs ./main.js
1509+
```bash
1510+
node --experimental-loader ./https-loader.mjs ./main.mjs
15111511
```
15121512

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

0 commit comments

Comments
 (0)