Skip to content

Commit

Permalink
Fix typo in readme example (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tauraloke committed Aug 16, 2022
1 parent 584bb1f commit 157a5ad
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 @@ -41,7 +41,7 @@ let mainWindow;
Advanced example:

```js
const {app, BrowserWindow} = require('electron');
const {app, BrowserWindow, shell} = require('electron');
const contextMenu = require('electron-context-menu');

contextMenu({
Expand Down

0 comments on commit 157a5ad

Please sign in to comment.