diff --git a/README.md b/README.md index 271434e..680240a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ We highly recommend to work with a `venv` to avoid issues. ``` pip install -r requirements.txt ``` -For MAC OS, You have to install or upgrade python-tk pacakage: +For MAC OS, You have to install or upgrade python-tk package: ``` brew install python-tk@3.10 ```