Browse Source

Remove unneeded quotes

main
Kevin Sawicki 10 years ago
parent
commit
7f2de91eec
  1. 2
      index.html

2
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>
Loading…
Cancel
Save