Skip to content

Commit f129ff2

Browse files
author
Cesar Vargas Casaseca
committed
Improve Readme
1 parent 00d736b commit f129ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies: [
5353
### Detecting Face Expressions
5454

5555
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
56-
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:
56+
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:
5757

5858
```swift
5959
import Wink

0 commit comments

Comments
 (0)