diff --git a/doc/api/esm.md b/doc/api/esm.md index 12aed8ff772a61..d183cea1b5010c 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1506,8 +1506,8 @@ console.log(VERSION); With this loader, running: -```console -node --experimental-loader ./https-loader.mjs ./main.js +```bash +node --experimental-loader ./https-loader.mjs ./main.mjs ``` Will print the current version of CoffeeScript per the module at the URL in