Skip to content

Commit

Permalink
Merge pull request kimak#1 from atom/tweak-index
Browse files Browse the repository at this point in the history
Add Chrome version and mention node
  • Loading branch information
Jessica Lord committed Oct 19, 2015
2 parents 4508b77 + dd3694e commit fcc2513
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</head>
<body>
<h1>Hello World!</h1>
We are using io.js <script>document.write(process.version)</script>
and Electron <script>document.write(process.versions['electron'])</script>.
We are using node <script>document.write(process.versions.node)</script>,
Chrome <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
</body>
</html>

0 comments on commit fcc2513

Please sign in to comment.