From b075c7f384d870811a872f7a377fdd5b8d3f1339 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 9 Apr 2019 16:31:49 +0700 Subject: [PATCH] Require Electron 4 or later --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index df7f87c..1a7f513 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ You can use this module directly in both the main and renderer process. $ npm install electron-context-menu ``` -*Requires Electron 2.0.0 or later.* +*Requires Electron 4 or later.*