diff --git a/README.md b/README.md index 0125ddc..8516ea3 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) @@ -136,7 +136,7 @@ Dismiss spotlight on touch outside ### enableDismissAfterShown(boolean) Dismiss spotlight on touch outside after spotlight is completely visible -# Configuration Method +### Configuration Method ```java //Create global config instance to reuse it SpotlightConfig config = new SpotlightConfig(); @@ -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,7 +158,7 @@ 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)