Skip to content

Commit 986741b

Browse files
authored
Update README.md
1 parent 09229d3 commit 986741b

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
@@ -7,7 +7,7 @@ A FileBrowser / FileChooser for Android that you can integrate to your app to br
77
<img src="https://cloud.githubusercontent.com/assets/19688735/25305186/6701b33a-2794-11e7-8c58-d5da64e40768.png" width="300"> <img src="https://cloud.githubusercontent.com/assets/19688735/25305191/67038f8e-2794-11e7-8777-4bb0db870c31.png" width="300">
88
<img src="https://cloud.githubusercontent.com/assets/19688735/25305192/6730cec2-2794-11e7-8ab0-9b696822520f.png" width="300"> <img src="https://cloud.githubusercontent.com/assets/19688735/25305193/6733e6fc-2794-11e7-852d-66fe162655d2.png" width="300">
99

10-
It easily integrates with your app's color scheme. You can change the color scheme using
10+
It easily integrates with your app's color scheme. You can change the color scheme using the following in your styles.xml
1111

1212
``` xml
1313
<item name="colorPrimary">@color/colorPrimary</item>
@@ -19,7 +19,7 @@ It easily integrates with your app's color scheme. You can change the color sche
1919

2020
There are 3 main classes to use the library.
2121

22-
1. FileBrowser - USed to just Browse files in storage (has all file IO features)
22+
1. FileBrowser - Used to just Browse files in storage (has all file IO features)
2323
2. FileChooser - Used to select single/multiple files in storage (has some IO features)
2424
3. FileBrowserWithCustomHandler - Used to run custom code when files are selected (has all IO features)
2525

0 commit comments

Comments
 (0)