diff --git a/README.md b/README.md index 71e3054..91e3978 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Requirements - Generate JWT token in your backend which is required to access the Ballerine KYC flow APIs. Here is the link to the documentation on how to generate token. - Get the Ballerine webview flow service url -### Integration into Android version of KMP project +### Webflow Integration steps for Android version of KMP project Step 1. Add gradle dependency for Ballerine webview in your app-level `build.gradle` file ```kt @@ -59,7 +59,7 @@ Step 5: Once the verification is complete, we receive the `verificationResult` w (As shown above in Point 3) -### Webflow Integration for iOS +### Webflow Integration steps for iOS version of KMP project Step 1: Add the NSCameraUsageDescription key into Info.plist file. It's needed in order to use the camera. ```xml @@ -100,4 +100,4 @@ Step 4: Inside the ViewController we implement the following function which we c // Open Ballerine webview view-controller present(ballerineKycVC, animated: true) } -``` \ No newline at end of file +```