From 1767a0ae1b92e5a62717258bd1118a9a3f5bd631 Mon Sep 17 00:00:00 2001 From: lochungtin Date: Tue, 1 Jun 2021 03:06:54 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08ef51a..3247c45 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project took all 4 days, or effectively, 20 or so hours to complete. Days 1 ## Technical Details -Ths app consists of 2 pages, the main game page and a record page which displays all the games the user decides to save. +This app consists of 2 pages, the main game page and a record page which displays all the games the user decides to save. Due to time concerns, animated movement for the tile on the grid have not been implemented. But this could be done with react-native-reanimated or other similar packages.