diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a65123..415f17d 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-#Change Log
+# Change Log
Version 2.5.1 *(12-03-2016)*
----------------------------
It requires 14+ API and android support v7 23.2.1 (AppCompatActivity + Toolbar)
diff --git a/README.md b/README.md
index 78be3e7..0617073 100755
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-#Navigation drawer (library)
+# Navigation drawer (library)
It requires 14+ API and android support v7 23.2.1 (AppCompatActivity + Toolbar)
-###Special thanks :D
+### Special thanks :D
Jacob A. Moura for all his ideas, dedication, time and help.
You are part of this project.
-###Sample Application
+### Sample Application
Change Log
Log file
-#How to add to your project
+# How to add to your project
-###Gradle
+### Gradle
```java
dependencies {
compile 'br.com.liveo:navigationdrawer-material:2.5.1'
}
```
-###Maven
+### Maven
```xml
@@ -84,13 +84,13 @@ note: colorPrimaryDark property theme "nLiveoDrawer" should receive a color with
````
-#In your Activity...
+# In your Activity...
Create a class and it extends the NavigationLiveo and implement the br.liveo.interfaces.OnItemClickListener.
Ex: public class MainActivity extends NavigationLiveo implements OnItemClickListener {
-###Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt"
+### Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt"
In the method "onInt" inform the items on your list
@@ -176,7 +176,7 @@ Footer onClick - Inform the listener in .setOnClickFooter(onClickFooter) method
-###NavigationActionBarLiveo
+### NavigationActionBarLiveo
To use extends the NavigationActionBarLiveo
@@ -186,7 +186,7 @@ To remove the header, use the method ".removeHeader()"
Your application uses this library? You can promote it here! Just send your application that will be happy to disclose..
-#Developed By
+# Developed By
Name: Rudson Lima
E-mail: rudsonlive@gmail.com
Subject: Navigation Drawer - Material Design
@@ -194,7 +194,7 @@ Subject: Navigation Drawer - Material Design
When using the design please remove all images and strings referring to Live-O. Thank you: D
-#License
+# License
```
Copyright 2015 Rudson Lima
diff --git a/README_v1.0.5.md b/README_v1.0.5.md
index 5814872..24c76f3 100755
--- a/README_v1.0.5.md
+++ b/README_v1.0.5.md
@@ -1,8 +1,8 @@
-#Navigation drawer (library)
+# Navigation drawer (library)
It requires 14+ API and android support v7 22.1.0 (AppCompatActivity + Toolbar)
-###Sample Application
+### Sample Application
Change Log
Log file
-#How to add to your project
+# How to add to your project
-###Gradle
+### Gradle
```groovy
dependencies {
compile 'br.com.liveo:navigationdrawer-material:1.0.5'
}
```
-###Maven
+### Maven
```groovy
@@ -80,7 +80,7 @@ note: colorPrimaryDark property theme "nLiveoDrawer" should receive a color with
````
-#In your Activity...
+# In your Activity...
Create a class and it extends the NavigationLiveo and implement the NavigationLiveoListener.
@@ -105,7 +105,7 @@ Ex: public class MainActivity extends NavigationLiveo implements NavigationLiveo
}
````
-###Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt"
+### Do not use the method "onCreate" and "setContentView" of your Activity, you will use the method "onInt"
In the method "onInt" inform the items on your list
@@ -209,7 +209,7 @@ Footer onClick
Your app uses this library? You can promote it here! Just send your app that'll be happy to disclose.
-#Developed By
+# Developed By
Name: Rudson Lima
E-mail: rudsonlive@gmail.com
Subject: Navigation Drawer - Material Design
@@ -217,7 +217,7 @@ Subject: Navigation Drawer - Material Design
When using the design please remove all images and strings referring to Live-O. Thank you: D
-#License
+# License
```
Copyright 2015 Rudson Lima