Skip to content

Commit acc79a7

Browse files
authored
Update README.md
1 parent 686e802 commit acc79a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Step 2. Add the dependency
3737
implementation 'com.github.majidarabi:AndroidFilePicker:0.0.2'
3838
}
3939

40-
## Usage
40+
## Usage (Just Kotlin)
4141

4242
FilePicker.show(
4343
activity = this,
@@ -51,8 +51,8 @@ Step 2. Add the dependency
5151
) {
5252
// Do something here with selected files
5353
}
54-
55-
#### Kotlin
54+
55+
**OR**
5656

5757
showFilePicker {
5858
// Do something here with selected files

0 commit comments

Comments
 (0)