From 719b473293d02ee34b3e01b8f83756ba24d76d7d Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 30 Jan 2022 03:53:30 +0100 Subject: [PATCH] fix typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4d7e242..9a44ac2 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Currently only working for images. Feel free to issue a pull request if you want ## Setup Install required pip modules. ```bash -pip3 install request pyyaml +pip3 install requests pyyaml ``` All scripts require Python3. Tested using 3.9.9.