Skip to content

Commit

Permalink
chore(docs): fix CJS import usage example
Browse files Browse the repository at this point in the history
Refs: #1331
  • Loading branch information
ayushmanchhabra committed Jan 1, 2025
1 parent 1b61bd1 commit 5f323df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CJS import:

```javascript
let nwbuild;
import("nwbuild")
import("nw-builder")
.then((moduleObject) => {
nwbuild = moduleObject;
})
Expand Down

0 comments on commit 5f323df

Please sign in to comment.