Update quick-start.md

This commit is contained in:
Florian Hämmerle 2015-04-22 22:14:50 +02:00
parent e3109c9f1f
commit ec4d596189

View file

@ -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>