Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmolosay authored Sep 8, 2023
1 parent db742a8 commit 312f4e5
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 @@ -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.
Expand Down

0 comments on commit 312f4e5

Please sign in to comment.