Skip to content

Commit

Permalink
chore(docs): update run mode function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Nov 20, 2024
1 parent c9c7248 commit 762d5b9
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 @@ -132,7 +132,7 @@ nwbuild({
> Deprecation warning: From v4.6.0 onward, run mode is deprecated. This logic has been ported over to `nwjs/npm-installer` repo and will be removed in the next major release.
```javascript
nwbuild({
const nwProcess = await nwbuild({
mode: "run",
srcDir: "./app",
glob: false,
Expand Down

0 comments on commit 762d5b9

Please sign in to comment.