diff --git a/README.md b/README.md
index 65d2839..f48a6df 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If your app
* As of now, It is only available in jCenter(), So just put this in your app dependencies:
```gradle
- implementation 'com.droidninja:filepicker:2.2.4'
+ implementation 'com.droidninja:filepicker:2.2.5'
```
There is a method `getFilePath` in `ContentUriUtils` class through you can get the file path from Uri. e.g.
@@ -128,8 +128,9 @@ String zipTypes = {"zip","rar"};
addFileSupport("ZIP",zipTypes, R.drawable.ic_zip_icon);
```
-#Styling
-Just override these styles in your main module to change colors and themes.
+# Styling
+
+Just override these styles in your main module to change colors and themes.
- If you have dark theme colors, just use `LibAppTheme.Dark`
- If you have light theme colors, just use `LibAppTheme`
@@ -163,8 +164,8 @@ Just override these styles in your main module to change colors and themes.
- fill
- 0dp
-
-
+
+