浏览代码

Use commas

Kevin Sawicki 10 年之前
父节点
当前提交
dd3694e254
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -5,8 +5,8 @@
   </head>
   <body>
     <h1>Hello World!</h1>
-    We are using node <script>document.write(process.version)</script>
-    and Chrome <script>document.write(process.versions.chrome)</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>