From c288d82713facb0b76e3c54f82e7b1c579631517 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 15 Aug 2024 02:36:01 +0700 Subject: [PATCH] Fix spelling 'package' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```