Skip to content

Commit b30345f

Browse files
authored
Update README.md
1 parent 4758216 commit b30345f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/makers/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ module.exports = {
1919
name: '@electron-forge/maker-zip',
2020
platforms: ['darwin', 'linux'],
2121
config: {
22-
// the config is an object containing optios
22+
// the config can be an object
2323
}
2424
},
2525
{
2626
name: '@electron-forge/maker-dmg',
27-
platforms: ['darwin'],
2827
config: (arch) => ({
29-
// can also be a function taking the currently built arch as a parameter and returning a config object, e.g.
28+
// it can also be a function taking the currently built arch
29+
// as a parameter and returning a config object, e.g.
3030
})
3131
}
3232
]

0 commit comments

Comments
 (0)