From 210ee5269295c6a842f0629babca0abc2aece195 Mon Sep 17 00:00:00 2001
From: Stefano Grisendi <stefagr@stud.ntnu.no>
Date: Thu, 22 Apr 2021 18:06:36 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 406a90d..88e66cf 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ We believe we achieved this goal as our project works fairly well. Players can j
 
 #### Technologies used
 
-The game is developed through Anroid Studio. Both Java and Kotlin are used as programming languages. To simplify the process, we used the libraries [kryonet](https://github.com/EsotericSoftware/kryonet) to create the Client/Server communication sockets and [libGDX](https://github.com/libgdx/libgdx) to set up the game framework.
+The game is developed through Android Studio. Both Java and Kotlin are used as programming languages. To simplify the process, we used the libraries [kryonet](https://github.com/EsotericSoftware/kryonet) to create the Client/Server communication sockets and [libGDX](https://github.com/libgdx/libgdx) to set up the game framework.
 
 #### Content of the repository
 
-- 
GitLab