diff --git a/README.md b/README.md index 6bd57c6e..0135a1bb 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ This can be customized by passing the command line argument `--css-modules "[nam ### Building Module Workers Microbundle is able to detect and bundle Module Workers when generating bundles in the -`es`, `umd` and `modern` formats. To use this feature, instantiate your Web Worker as follows: +`esm` and `modern` formats. To use this feature, instantiate your Web Worker as follows: ```js worker = new Worker(new URL('./worker.js', import.meta.url), { type: 'module' });