Merge pull request #1466 from gappsby/master

node.js --> io.js
This commit is contained in:
Kevin Sawicki 2015-04-22 14:04:29 -07:00
commit 494c3f3255

View file

@ -121,7 +121,7 @@ Finally the `index.html` is the web page you want to show:
</head> </head>
<body> <body>
<h1>Hello World!</h1> <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>. and Electron <script>document.write(process.versions['electron'])</script>.
</body> </body>
</html> </html>