Skip to content

Commit bd4095c

Browse files
authored
Update README.md
1 parent 6de4a24 commit bd4095c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ Dismiss spotlight on touch outside
131131

132132
# Configuration Method
133133
```java
134-
//Create global config instance to not write same config to builder
135-
//again and again.
134+
//Create global config instance to reuse it
136135
SpotlightConfig config = new SpotlightConfig();
137136
config.isDismissOnTouch(true);
138137
config.setLineAndArcColor(0xFFFFFFFF);

0 commit comments

Comments
 (0)