Explorar el Código

Merge pull request #32 from galeksandrp/patch-1

-> Chromium
Jessica Lord hace 9 años
padre
commit
48bdcd258f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -7,7 +7,7 @@
   <body>
     <h1>Hello World!</h1>
     We are using node <script>document.write(process.versions.node)</script>,
-    Chrome <script>document.write(process.versions.chrome)</script>,
+    Chromium <script>document.write(process.versions.chrome)</script>,
     and Electron <script>document.write(process.versions.electron)</script>.
   </body>
 </html>