Explorar o código

io.js -> node

Kevin Sawicki %!s(int64=10) %!d(string=hai) anos
pai
achega
64b624c5c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
   </head>
   <body>
     <h1>Hello World!</h1>
-    We are using io.js <script>document.write(process.version)</script>
+    We are using node <script>document.write(process.version)</script>
     and Electron <script>document.write(process.versions['electron'])</script>.
   </body>
 </html>