diff --git a/README.md b/README.md index 767096ef..ef70a86e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ CJS import: ```javascript let nwbuild; -import("nwbuild") +import("nw-builder") .then((moduleObject) => { nwbuild = moduleObject; })