Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Varache committed Feb 13, 2018
1 parent 568418c commit 9af8d96
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 @@ -64,7 +64,7 @@ const CONTENT_SCHEME = 'my-custom-app';
const CONTENT_ROOT = path.join(__dirname, './src');

// Custom menu Item added
ShellItem.addItem('my-item', { label: 'My Menu Item', click() { console.log('My Menu Item') } });
ShellMenu.addItem('my-item', { label: 'My Menu Item', click() { console.log('My Menu Item') } });

// Create new Shell with custom options
// Includes automatic window state managment and UWP style titlebar for windows
Expand Down

0 comments on commit 9af8d96

Please sign in to comment.