Skip to content

Commit

Permalink
Update electron v2.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein authored May 16, 2018
1 parent 5b72c8b commit 0204043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/electron/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<h1>Greenworks Test</h1>
Electron version: <i><script>document.write(process.versions['atom-shell'])</script></i>.<br/>
Electron version: <i><script>document.write(process.versions['electron'])</script></i>.<br/>
Electron architecture: <i><script>document.write(process.arch)</script></i>.<br/>
Node.js version: <i><script>document.write(process.version)</script></i>.<br/>
Greenworks.js version: <i>
Expand Down

0 comments on commit 0204043

Please sign in to comment.