Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedshortcut committed Mar 15, 2022
1 parent 9ef15f7 commit 371e952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ react-native repo:
### Trusted web activity Integration

You just need to call setTWAInfo function in SDK initialization and set the URL and extra parameters
if you have extra parameters as shown below
if you have extra parameters as like below code

```kotlin
TSMobileAnalytics.createInstance(
Expand All @@ -319,7 +319,7 @@ TSMobileAnalytics.createInstance(

**How do you lunch the trusted web activity**

Just call open Twa like below
Just call open Twa like below code

```kotlin
TSMobileAnalytics.instance?.openTwa()
Expand Down

0 comments on commit 371e952

Please sign in to comment.