From d63ac5367fcbfd85bae4d75d3eab61dce2275a7f Mon Sep 17 00:00:00 2001
From: Theo Brockmann <theo.brockmann@stud.hs-bochum.de>
Date: Mon, 22 Mar 2021 13:39:44 +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 376dbe1..ef02ad7 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ You can find the Link [here](https://godotengine.org/download).
 
 ## Python
 [Here](https://www.python.org/downloads/) is one way to install Python on your PC.\
-You also need the following packages: [websockets](https://pypi.org/project/websocket-client/), [Pillow](https://pypi.org/project/Pillow/).\
+You also need the following packages: [websockets](https://pypi.org/project/websockets/), [Pillow](https://pypi.org/project/Pillow/), [nest-asyncio](https://pypi.org/project/nest-asyncio/).\
 Please notice that the websockets package is not supportet in Spyder Enviroment.
 
 ## Repository
-- 
GitLab