We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a22f389 + 8a25121 commit f111decCopy full SHA for f111dec
README.md
@@ -70,11 +70,11 @@ bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/strip-f
70
71
```swift
72
// Swift
73
- Instabug.start(withToken: <#app token#>, invocationEvent: .shake)
+ Instabug.start(withToken: <#app token#>, invocationEvents: .shake)
74
```
75
```objective-c
76
// Objective-C
77
- [Instabug startWithToken:<#app token#> invocationEvent:IBGInvocationEventShake];
+ [Instabug startWithToken:<#app token#> invocationEvents:IBGInvocationEventShake];
78
79
Make sure to replace `app_token` with your application token. Find it [here](https://instabug.com/app/sdk/).
80
0 commit comments