From bd4095c0730eab0b41a979ed51428e4989825d23 Mon Sep 17 00:00:00 2001 From: Jitender Chaudhary <29jitender@gmail.com> Date: Tue, 14 Jun 2016 19:31:18 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8590d..efe7ba4 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,7 @@ Dismiss spotlight on touch outside # Configuration Method ```java -//Create global config instance to not write same config to builder -//again and again. +//Create global config instance to reuse it SpotlightConfig config = new SpotlightConfig(); config.isDismissOnTouch(true); config.setLineAndArcColor(0xFFFFFFFF);