Skip to content

Commit 67ca1fd

Browse files
authored
Update README.md
1 parent c6e3bff commit 67ca1fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ implementation 'com.instabug.library:instabug:10.0.1'
2222

2323
In your `Application` class add this line to your `onCreate` method.
2424

25+
**Java**
2526
```java
2627
new Instabug.Builder(this, "APP_TOKEN").build();
2728
```
28-
29+
**Kotlin**
2930
```kotlin
3031
Instabug.Builder(this, "APP_TOKEN").build()
3132
```

0 commit comments

Comments
 (0)