Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartDengg authored Nov 24, 2019
1 parent fb7d518 commit 7e688eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ apply plugin: 'smartdengg.clickdebounce'

**Step 3 (Optional)**. By adding the following code to your `build.gradle` to enable printe the beautiful log or add an exclusive list to indicate which methods do not need to be debounced. By default, the log is not printed, and process all the methods in the [support](#jump) list.

**It is not recommended to manually add @Debounce annotations to methods, you should use the exclusive feature.**
**It is not recommended to manually add @Debounce annotations to methods, you should use the **exclusive** feature that which methods should not be debounced. As follows: **

```groovy
Expand Down

0 comments on commit 7e688eb

Please sign in to comment.