From 9af8d96dfc649cc0a40d60ca9e7b926a7b2c5bbf Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Tue, 13 Feb 2018 16:25:42 +0000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78264d8..4f03bd9 100644 --- a/README.md +++ b/README.md @@ -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