Update quick-start.md
This commit is contained in:
parent
e3109c9f1f
commit
ec4d596189
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue