From 90f6dc7e9771c924887e9a2334f9057d65164112 Mon Sep 17 00:00:00 2001 From: Matthew Hayden Date: Wed, 11 Jul 2018 18:16:58 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 989ae7a..2d502a8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ ## Introduction This repository contains a `Dockerfile` for building a simple HelloWorld written in Haskell for Android. The dockerfile is built upon sseefried's [docker-epidemic-build-env](https://github.com/sseefried/docker-epidemic-build-env) but without all the dependencies specific to his game [Epidemic](https://github.com/sseefried/open-epidemic-game). -It includes a slightly modified version of CJ van den Berg's [android-haskell-activity](https://github.com/neurocyte/android-haskell-act -ivity), which also runs on iOS devices, it's repository can be found [here](https://github.com/EDeijl/CPCConsoleApp). +It includes a slightly modified version of CJ van den Berg's [android-haskell-activity](https://github.com/neurocyte/android-haskell-activity), which also runs on iOS devices, it's repository can be found [here](https://github.com/EDeijl/CPCConsoleApp). ## Installation