Skip to content

Commit f111dec

Browse files
author
AliAbdelfattah
authored
Merge pull request #328 from Instabug/fix/readme
Update README.md
2 parents a22f389 + 8a25121 commit f111dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/strip-f
7070

7171
```swift
7272
// Swift
73-
Instabug.start(withToken: <#app token#>, invocationEvent: .shake)
73+
Instabug.start(withToken: <#app token#>, invocationEvents: .shake)
7474
```
7575
```objective-c
7676
// Objective-C
77-
[Instabug startWithToken:<#app token#> invocationEvent:IBGInvocationEventShake];
77+
[Instabug startWithToken:<#app token#> invocationEvents:IBGInvocationEventShake];
7878
```
7979
Make sure to replace `app_token` with your application token. Find it [here](https://instabug.com/app/sdk/).
8080

0 commit comments

Comments
 (0)