From f37613f7135df3e727de9d07a4d029012f66a519 Mon Sep 17 00:00:00 2001 From: Conor McGrath Date: Fri, 16 Sep 2016 17:57:34 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6b08b..bdac311 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clojure-proj -FIXME: Write a one-line description of your library/project. +My Rose Cottage app, re-written in clojurescript ## Overview From ebf9c88fc08875d395e0aaeda6ce8f2ee98cdde8 Mon Sep 17 00:00:00 2001 From: Conor McGrath Date: Fri, 16 Sep 2016 17:57:55 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index bdac311..9fec374 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ My Rose Cottage app, re-written in clojurescript -## Overview - -FIXME: Write a paragraph about the library/project and highlight its goals. - ## Setup To get an interactive development environment run: From 05ab17c872b4d40da5a2bec6ea848c303fe78a7e Mon Sep 17 00:00:00 2001 From: Conor McGrath Date: Fri, 16 Sep 2016 17:58:22 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fec374..3751642 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ get live reloading, nor a REPL. ## License -Copyright © 2014 FIXME +Copyright © 2016 Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version. From 58f1c81143242dce82ca7de4b29f21e29575ee6b Mon Sep 17 00:00:00 2001 From: Conor McGrath Date: Fri, 16 Sep 2016 17:58:39 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 3751642..cd5f0ca 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,3 @@ To create a production build run: And open your browser in `resources/public/index.html`. You will not get live reloading, nor a REPL. - -## License - -Copyright © 2016 - -Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.