From de498bb35ffd242ad2c584d4c4409ab0450d3512 Mon Sep 17 00:00:00 2001 From: Jeff Willette Date: Sun, 11 Mar 2018 11:01:58 +0900 Subject: [PATCH] added required space for README header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63beae..125eafa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##TodoMVC App for GopherJS and jQuery +## TodoMVC App for GopherJS and jQuery This is a 1:1 Port of the original jQuery TodoMVC Implementation to GopherJS.