Skip to content

Commit

Permalink
docs: correct named export
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 2, 2024
1 parent 6525690 commit d7a2394
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 @@ -46,7 +46,7 @@ Options:
### API

```javascript
const createDMG = require('electron-installer-dmg');
const { createDMG } = require('electron-installer-dmg');

async function buildDMG() {
await createDMG({
Expand Down

0 comments on commit d7a2394

Please sign in to comment.