From be91d21e68bf5257b12ce180758db7dd5eb8428a Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Fri, 29 Aug 2025 22:06:34 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 201952c..1a281d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All levels were STOLEN from [here](http://www.sneezingtiger.com/sokoban/levels.h ## Getting Started 1. Create virtual environment with: `python3 -m venv venv` -2. Activate virtual environment with: `sourve venv/bin/activate` +2. Activate virtual environment with: `source venv/bin/activate` 3. Install Requirements with: `pip install -r requirements.txt` 4. Play the game with: `python3 main.py`