io.js -> node

This commit is contained in:
Kevin Sawicki 2015-10-19 15:21:37 -07:00
parent 4508b774d1
commit 64b624c5c2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</head>
<body>
<h1>Hello World!</h1>
We are using io.js <script>document.write(process.version)</script>
We are using node <script>document.write(process.version)</script>
and Electron <script>document.write(process.versions['electron'])</script>.
</body>
</html>