diff --git a/README.md b/README.md index a8c584a..b5f6647 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,8 @@ Microbundle uses the fields from your `package.json` to figure out where it shou { "main": "dist/foo.js", // CommonJS bundle "umd:main": "dist/foo.umd.js", // UMD bundle - "module": "dist/foo.m.js", // Modern bundle - "esmodule": "dist/foo.modern.js", // ES Modules bundle + "module": "dist/foo.m.js", // ES Modules bundle + "esmodule": "dist/foo.modern.js", // Modern bundle "types": "dist/foo.d.ts" // TypeScript typings } ```