From a53ae98296c929f1a5e9e616b1d55e3771f151c6 Mon Sep 17 00:00:00 2001 From: Laijie Date: Tue, 13 Aug 2024 18:38:04 +0200 Subject: [PATCH] fix: small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d82823..1112907 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ This is a small programm to detect and recognise faces using python. Even though the programm is fairly easy, it may have some difficulties when developing it for the first time as you get familiar with the libraries that are required. -In order to detect known faces you need to create a folder inside of your repository with the name "faces" (If you want to chhange the name of the folder you will need to change the path in the code). +In order to detect known faces you need to create a folder inside of your repository with the name "faces" (If you want to change the name of the folder you will need to change the path in the code).