From 1ea617a85041f8ebff843348507ccab542ed9de4 Mon Sep 17 00:00:00 2001 From: Sahil Singla Date: Sun, 4 Nov 2018 21:51:53 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f41fc..07279e0 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ https://realpython.com/blog/python/face-recognition-with-python/ Update: Now supports OpenCV3. This change has been made by furetosan ( https://github.com/furetosan) and tested on Linux. -To run the OpenCV3 version, run facedetect_cv3.py. +To run the OpenCV3 version, run face_detect_cv3.py.