Merge pull request #100 from kavunshiva/master

fix Node capitalization
This commit is contained in:
Kevin Sawicki 2016-10-27 17:53:59 -07:00 committed by GitHub
commit d742f28aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 <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>