From e23a0c2f1aa2a52f6d09a7064f6b5f8a2ca7ec52 Mon Sep 17 00:00:00 2001 From: Richard Date: Sat, 5 May 2018 21:13:32 +0100 Subject: [PATCH] Fixed headings in readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0125ddc..b84c8db 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Spotlight is an Android library used to onboard users by showcasing specific fea [![API](https://img.shields.io/badge/API-11%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=11) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Spotlight-green.svg?style=flat)](http://android-arsenal.com/details/1/3730) -#Screen +# Screen -#Usage +# Usage ```java new SpotlightView.Builder(this) .introAnimationDuration(400) @@ -146,11 +146,11 @@ config.setLineAndArcColor(0xFFFFFFFF); .setConfiguration(config) ``` -#Author +# Author [Jitender Chaudhary](https://github.com/29jitender) -#Proguard rules +# Proguard rules ```java -keep class com.wooplr.spotlight.** { *; } @@ -158,12 +158,12 @@ config.setLineAndArcColor(0xFFFFFFFF); -keep enum com.wooplr.spotlight.** ``` -#Credits +# Credits [MaterialIntroView](https://github.com/iammert/MaterialIntroView) [Rahul Khanna](https://www.linkedin.com/in/rahul-khanna-01705827) [Suraj Barthy](https://dribbble.com/thesbdesign) -## License +# License [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)