From 3b8a16c72497d844b658b8abfc41064a75c026b6 Mon Sep 17 00:00:00 2001 From: Kevin Scott Date: Wed, 20 Sep 2017 03:47:22 -0400 Subject: [PATCH] Fix typo (#183) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d2d354..677e8d3 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ See [this example](https://github.com/ageitgey/face_recognition/blob/master/exam #### Installing on Mac or Linux -First, make sure you have dlib alreayd installed with Python bindings: +First, make sure you have dlib already installed with Python bindings: * [How to install dlib from source on macOS or Ubuntu](https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf) -- GitLab