Skip to content

Commit

Permalink
Use full Node.js name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Oct 28, 2016
1 parent d742f28 commit 85e575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -7,7 +7,7 @@
<body>
<h1>Hello World!</h1>
<!-- 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>,
and Electron <script>document.write(process.versions.electron)</script>.
</body>
Expand Down

0 comments on commit 85e575a

Please sign in to comment.