Merge pull request #1 from atom/tweak-index
Add Chrome version and mention node
This commit is contained in:
commit
fcc251352b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue