diff --git a/README.md b/README.md index ffc27c80..6a59434a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencies: [ Please follow [the official Viafoura iOS SDK documentation](https://documentation.viafoura.com/docs/add-the-viafoura-ios-sdk-to-your-app). -## How to integrate? +## How to initialize the SDK? 1) Initialize the SDK in `application(application:didFinishLaunchingWithOptions)`. Make sure to replace SITE_UUID and SITE_DOMAIN with the values corresponding to your domain. ```swift @@ -45,3 +45,4 @@ func application(_ application: UIApplication, return true } ``` +