We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de4a24 commit bd4095cCopy full SHA for bd4095c
1 file changed
README.md
@@ -131,8 +131,7 @@ Dismiss spotlight on touch outside
131
132
# Configuration Method
133
```java
134
-//Create global config instance to not write same config to builder
135
-//again and again.
+//Create global config instance to reuse it
136
SpotlightConfig config = new SpotlightConfig();
137
config.isDismissOnTouch(true);
138
config.setLineAndArcColor(0xFFFFFFFF);
0 commit comments