Skip to content

Commit 6eae50d

Browse files
authored
Fix README (Using Instabug)
1 parent 8b44f67 commit 6eae50d

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
@@ -40,13 +40,13 @@ Using Instabug is as easy as "Get ready, Get set, Go".
4040
* Initializing Instabug:
4141
4242
In your `Application` class add the following:
43-
```
43+
```java
4444
@Override
4545
public void onCreate() {
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)