Skip to content

Commit d16a322

Browse files
authored
Fix typo in readme (#957)
1 parent 6c59174 commit d16a322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ When deciding which bundle to use, Node.js 12+ and webpack 5+ will prefer the `e
179179
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).
180180

181181
For UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name.
182-
Alternatively, this can be explicitly by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument.
182+
Alternatively, this can be explicitly set by adding an `"amdName"` key in your `package.json`, or passing the `--name` command line argument.
183183

184184
### Usage with `{"type":"module"}` in `package.json`
185185

0 commit comments

Comments
 (0)