Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
29jitender authored Jun 14, 2016
1 parent 6de4a24 commit bd4095c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bd4095c

Please sign in to comment.