From 58813871f490d0ec32bcb7d734cbc89fe2482eba Mon Sep 17 00:00:00 2001 From: Adrien Poly Date: Wed, 29 Jul 2020 17:52:20 +0200 Subject: [PATCH] [DOC] umd module default name is in camelCase not snake_case (#689) unless I am mistaken the default export name for the module is in camelCase not snake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bfa52..402dd5a 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Unless overridden via the command line, microbundle uses the `source` property i } ``` -For UMD builds, microbundle will use a snake_case version of the `name` field in your `package.json` as export name. This can be customized using an `"amdName"` key in your `package.json` or the `--name` command line argument. +For UMD builds, microbundle will use a camelCase version of the `name` field in your `package.json` as export name. This can be customized using an `"amdName"` key in your `package.json` or the `--name` command line argument. ### `microbundle watch`