Skip to content

Commit

Permalink
update: Documentation updated to include sdk document capture step cu…
Browse files Browse the repository at this point in the history
…stomization.
  • Loading branch information
luechenchris committed May 12, 2021
1 parent 8eb3642 commit cc4c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ try sdk.startVerification(origin: self)
```

## 7. Customizing the Document Capture Step
To customize the document capture step, you can simply make use of the sdk's DocumentCaptureStep builder class. By using this builder class, you are able to exclude specified documents and countries from the capture flow. All customization must be done before starting the flow.
To customize the document capture step, you can simply make use of the sdk's DocumentCaptureConfig builder class. By using this builder class, you are able to exclude specified documents and countries from the capture flow. All customization must be done before starting the flow.

``` swift
let documentStep = DocumentCaptureConfig()
Expand Down

0 comments on commit cc4c011

Please sign in to comment.