From 312f4e5d62d023ffa41707e3494287babacd88f6 Mon Sep 17 00:00:00 2001 From: Misha Malasai Date: Fri, 8 Sep 2023 23:16:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e82fcf6..47924e6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can find the most recent version at the top of this file in __Maven__ badge. ## What to use The centerpieces of this library are two functions: - - [`debounced()`](/debounce//src/main/kotlin/io/github/mmolosay/debounce/Debounced.kt) + - [`debounced()`](/debounce/src/main/kotlin/io/github/mmolosay/debounce/Debounced.kt) - [`DebounceStateIdentity.debounce()`](/debounce/src/main/kotlin/io/github/mmolosay/debounce/Debounce.kt) The main difference between them is the moment when debouncing timeout starts.