Use commas

This commit is contained in:
Kevin Sawicki 2015-10-19 15:25:08 -07:00
parent 2294b4d52b
commit dd3694e254
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
</head> </head>
<body> <body>
<h1>Hello World!</h1> <h1>Hello World!</h1>
We are using node <script>document.write(process.version)</script> We are using node <script>document.write(process.versions.node)</script>,
and Chrome <script>document.write(process.versions.chrome)</script>. Chrome <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>
</html> </html>