Skip to content

Commit c44a80d

Browse files
authored
Merge pull request #23 from jescalan/readme
Small docs correction ✨
2 parents e501487 + bd46259 commit c44a80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Microbundle includes two commands - `build` (the default) and `watch`. Neither r
4141
### `microbundle` / `microbundle build`
4242

4343
By default, microbundle will infer the location of your source entry file
44-
(the root module in your program) from the `module` field in your `package.json`. It will infer the output directory and filename(s) from the `main` field. For UMD builds, microbundle will use a snake case version of the `name` field in your `package.json` for the export name; you can also specify a name via an `amdName` field or the `name` CLI option.
44+
(the root module in your program) from the `source` field in your `package.json`. It will infer the output directory and filename(s) from the `main` field. For UMD builds, microbundle will use a snake case version of the `name` field in your `package.json` for the export name; you can also specify a name via an `amdName` field or the `name` CLI option.
4545

4646
### `microbundle watch`
4747

0 commit comments

Comments
 (0)