From 64b624c5c2c07834054faa0b1508497499ea5a55 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 19 Oct 2015 15:21:37 -0700 Subject: [PATCH 1/4] io.js -> node --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4f91c8a..ac7b75f 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@

Hello World!

- We are using io.js + We are using node and Electron . From 7f2de91eec5fcfeabe128f80ca44f37c1d865d81 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 19 Oct 2015 15:22:06 -0700 Subject: [PATCH 2/4] Remove unneeded quotes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ac7b75f..e67ed96 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,6 @@

Hello World!

We are using node - and Electron . + and Electron . From 2294b4d52b08d3db209ed7b330b8eee147d76cf3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 19 Oct 2015 15:23:55 -0700 Subject: [PATCH 3/4] Add Chrome version --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e67ed96..3a5e986 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@

Hello World!

We are using node + and Chrome . and Electron . From dd3694e254effb9bfec45bc1db41b1b9eb7c056d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 19 Oct 2015 15:25:08 -0700 Subject: [PATCH 4/4] Use commas --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3a5e986..6190698 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@

Hello World!

- We are using node - and Chrome . + We are using node , + Chrome , and Electron .