From d07e68a16fb0c15c4aa7d358c5d5110364c2842a Mon Sep 17 00:00:00 2001 From: John Shaver Date: Thu, 29 Jun 2017 08:56:23 -0700 Subject: [PATCH] Added instructions to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 415fb12..967e2a5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ 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. + +So far you can use the arrow keys to move elman around the screen.