Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Regula Face SDK provides secure and convenient facial recognition with biometric

## How to Install

1. In Xcode, naviate to File > Add Package Dependencies.
1. In Xcode, navigate to File > Add Package Dependencies.
2. In the prompt that appears, enter the package URL:

```
https://github.com/regulaforensics/FaceCoreMatch-Swift-Package
```
3. Select the version you want to use. For new projects, we recommend using the newest version of Document Reader SDK.

3. Select the version you want to use. For new projects, we recommend using the newest version of Face SDK.
4. Select the project you want to add the package.
5. Click Add Package.

Expand Down