Skip to content

Commit 196ff3a

Browse files
authored
Merge pull request #13 from Instabug/fix/fix-typo
Fix typo (invocationEvent ) in ReadME
2 parents f314316 + f3c1305 commit 196ff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Using Instabug is as easy as "Get ready, Get set, Go".
4646
super.onCreate();
4747
// ...
4848
new Instabug.Builder(this, "<YOUR_APP_TOKEN>")
49-
.setInvocationEvent(InstabugInvocationEvent.InstabugInvocationEventFloatingButton)
49+
.setInvocationEvent(InstabugInvocationEvent.FLOATING_BUTTON)
5050
.build();
5151
// ...
5252
}

0 commit comments

Comments
 (0)