From 5d89566bc19a5f6d42bef3e97ce06afb4003421d Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 16 Aug 2017 14:43:08 +0300 Subject: [PATCH] Update README.md Headers corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0c9b25..9db37c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ or Maven: ``` -###XML +### XML ```xml default false * `app:border_color` (color) -> default WHITE @@ -50,7 +50,7 @@ You may use the following properties in your XML to customize your CircularImage * `app:selector_stroke_width` (dimension) -> default 2dp * `app:shadow` (boolean) -> default false -###JAVA +### JAVA ```java CircularImageView circularImageView = (CircularImageView)findViewById(R.id.yourCircularImageView);