瀏覽代碼

Merge pull request #1 from atom/tweak-index

Add Chrome version and mention node
Jessica Lord 10 年之前
父節點
當前提交
fcc251352b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      index.html

+ 3 - 2
index.html

@@ -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>