aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-02-06 12:17:13 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-02-06 12:17:13 +0000
commit116c1db2b45bac6db66119825d316662f6eb913c (patch)
tree89309c047e014f13da1a9d896853d63e202458d8
parentb9578c2a2c60d75c4a4d4519f10b99703ee5ea27 (diff)
downloadspace-plat-hs-116c1db2b45bac6db66119825d316662f6eb913c.tar.gz
space-plat-hs-116c1db2b45bac6db66119825d316662f6eb913c.zip
Clarification
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd02726..4634ae4 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# Haskell + Gamedev
-This is me making a 2D platform game with Haskell and SDL2. I have some experience making games, but not much with Haskell!
+This a 2D platform game made with Haskell and SDL2. I have some experience making games, but not much with Haskell!
Using cabal:
```
-cabal run
+cabal run game
```
## Author