Merge pull request #1 from atom/tweak-index

Add Chrome version and mention node
This commit is contained in:
Jessica Lord 2015-10-19 16:34:43 -07:00
commit fcc251352b
1 changed files with 3 additions and 2 deletions

View File

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