From d16a322db712b7eb3e615d4d97828bfb74c51e4b Mon Sep 17 00:00:00 2001 From: DaviDevMod <98312056+DaviDevMod@users.noreply.github.com> Date: Thu, 5 May 2022 00:40:15 +0100 Subject: [PATCH] Fix typo in readme (#957) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe2eb96..6bd57c6e 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ When deciding which bundle to use, Node.js 12+ and webpack 5+ will prefer the `e For more information about the meaning of the different properties, refer to the [Node.js documentation](https://nodejs.org/api/packages.html#packages_package_entry_points). For UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name. -Alternatively, this can be explicitly by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument. +Alternatively, this can be explicitly set by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument. ### Usage with `{"type":"module"}` in `package.json`