mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update quick-start.md
This commit is contained in:
@@ -121,7 +121,7 @@ Finally the `index.html` is the web page you want to show:
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
We are using node.js <script>document.write(process.version)</script>
|
||||
We are using io.js <script>document.write(process.version)</script>
|
||||
and Electron <script>document.write(process.versions['electron'])</script>.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user