diff --git a/README.md b/README.md
index a2c317a..dacae94 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# ShapedNavigationView
This is an Android library to make Shaped NavigationViews inside your Android applications.
-
+
# Usage
@@ -17,7 +17,7 @@ This is an Android library to make Shaped NavigationViews inside your Android ap
...
-
```
+## Values Table
+
+
+Attribute | Value | Shape Type |
+drawerShape | arcConvex | |
+drawerShape | arcConcave | |
+drawerShape | roundedRect | |
+drawerShape | waves | |
+drawerShape | bottom_round | |
+drawerShape | full_round | |
+drawerShape | waves_indefinite | |
+
+
+## Sample App
+
+
+
+## Acknowledgements
+
+Thanks to [Roman Zavarnitsyn](https://github.com/rom4ek) for his [ArcNavigationView](https://github.com/rom4ek/ArcNavigationView) Project Idea.
+Thank to [Hama Omer](https://github.com/hama-Omer) for the Wavy Look Idea.