瀏覽代碼

Remove unneeded quotes

Kevin Sawicki 10 年之前
父節點
當前提交
7f2de91eec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -6,6 +6,6 @@
   <body>
     <h1>Hello World!</h1>
     We are using node <script>document.write(process.version)</script>
-    and Electron <script>document.write(process.versions['electron'])</script>.
+    and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>