From 7e688eb05c70f1ba44fe57a8ded3b5c30ca16823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=84=A7=E5=AD=90?= Date: Sun, 24 Nov 2019 10:59:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc60015..508fd9a 100644 --- a/README.md +++ b/README.md @@ -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