diff --git a/README.md b/README.md index 1edbb3b..9aa577a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To activate the virtual environment, use the following command: ``` # On Windows: -call venv\Scripts\actviate.bat +call venv\Scripts\activate.bat # On Mac / Linux: source venv/bin/activate ```