Updated readme

This commit is contained in:
Daniel Scalzi
2017-04-22 22:02:16 -04:00
parent 9aa9ba7b1a
commit b30707e535
2 changed files with 91 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ document.addEventListener('keydown', function (e) {
if(at === 5) {
var window = remote.getCurrentWindow()
window.toggleDevTools()
console.log('I would open it now!')
at = 0
}
})