From c1efa76de416f050c1d281c8ee5286c87aca58b2 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 29 Jun 2017 08:52:46 -0700 Subject: [PATCH] Added more to the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a26813e..415fb12 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # elmman -Just me learning Elm! I'll try to keep the [demo](https://bobjohnbob.github.io/elmman/) updated. +I wanted to learn a functional programming language. Elm seemed to have a strong following and I like Redux (which was heavily based off of the Elm architecture) so I started this project to learn Elm. + +Here is the [demo](https://bobjohnbob.github.io/elmman/). I will try to keep it updated as I make more progress.