Browse Source

Use full Node.js name

main
Kevin Sawicki 9 years ago
committed by GitHub
parent
commit
85e575a55e
  1. 2
      index.html

2
index.html

@ -7,7 +7,7 @@
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
<!-- All of the Node.js APIs are available in this renderer process. --> <!-- All of the Node.js APIs are available in this renderer process. -->
We are using Node <script>document.write(process.versions.node)</script>,
We are using Node.js <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>, Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>. and Electron <script>document.write(process.versions.electron)</script>.
</body> </body>

Loading…
Cancel
Save