Alexander Georgievskiy преди 9 години
родител
ревизия
3df7801198
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>