Skip to content

Commit

Permalink
Fix esm example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gustav-olsen-groupone committed Feb 1, 2019
1 parent a20690c commit fc4645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The node "polyfill" for es modules: [esm](https://github.com/standard-things/esm

require = require("esm")(module);
const wrap = require("@gustavnikolaj/async-main-wrap");
const main = require("./esm-main");
const main = require("./main");

wrap(main)(process.cwd(), process.argv.slice(2));

Expand Down

0 comments on commit fc4645c

Please sign in to comment.