Skip to content

Commit 5c987ff

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 <targos@protonmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 8f38c19 commit 5c987ff

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)