From cb491f62a684f7a1487628caca6c6f1a7f0e4bf7 Mon Sep 17 00:00:00 2001 From: Kwarde Date: Fri, 19 Jan 2024 07:27:39 +0100 Subject: [PATCH] Update README.md: Run entry.py instead of game.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b22c4..0abfe25 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ Based the on Harry Potter franchise. You can run the game via pipenv. If you don't, make sure package levenshtein is installed.
-Run `game.py` to run the game \ No newline at end of file +Run `entry.py` to run the game \ No newline at end of file