From f129ff290d94aeb179efb54b815963d318b36290 Mon Sep 17 00:00:00 2001 From: Cesar Vargas Casaseca Date: Sat, 28 Nov 2020 20:01:27 +0100 Subject: [PATCH] Improve Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4fac82..eee6643 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ dependencies: [ ### Detecting Face Expressions Wink performs the user face expressions detection within the ```FacialExpressionDetectorViewController``` class. This view controller will contain the camera view that analyzes the user face searching for their -expressions. Therefore, if you want to start detecting expressions, you have to add this view controller to your hyerarchy, for instance through view controller containment, that is, adding it as a child: +expressions. Therefore, if you want to start detecting expressions, you have to add this view controller to your view hierarchy, for instance through view controller containment, that is, adding it as a child: ```swift import Wink