Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae authored Apr 22, 2018
1 parent a1641ce commit 557950f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Available classes are:
* **Executor** - basic executor (is extended by all other executors).
* **CacheExecutor** - caches first result.
* **LadderExecutor** - runs subsequent request only after previous one is finished.
* **DebounceLoader** - provides (debounce)[debounce-article] functionality.
* **DebounceLoader** - provides [debounce][debounce-article] functionality.
* **RepeatLoader** - is just `setInterval` wrapped in class.
* **InfiniteLoader** - encapsulates lazy loaded list logic.

Expand Down Expand Up @@ -214,4 +214,4 @@ MIT

[java-executor-url]: https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/Executor.html
[debounce-article]: https://css-tricks.com/debouncing-throttling-explained-examples/
[source-code-link]: src/modules
[source-code-link]: src/modules

0 comments on commit 557950f

Please sign in to comment.