From faee86867241abdcdd4ceb35632549c39c353f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Thu, 26 Dec 2024 07:14:19 +0100 Subject: [PATCH] readme: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 247669d..cfb9e08 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Currently, there are examples for: ## Acknowledgements -First of all, this project would not have been possible without the existance of [dlib](http://dlib.net). +First of all, this project would not have been possible without the existence of [dlib](http://dlib.net). In fact, the first version of the virtual makeup try on was written in C++ with dlib and Emscripten. However, we decided to give Zig a go, even if that meant rewriting the world, but we have no dependencies now.