From 00c52d962d4753d9fc67c3d806326b5486c0b007 Mon Sep 17 00:00:00 2001 From: baegteun Date: Mon, 19 Jun 2023 12:11:15 +0900 Subject: [PATCH] :memo: :: README DocC Document URL --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ade6ae0..cf9c54c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Simple classes for efficiently handling events. +[Document](https://baekteun.github.io/EventLimiter/documentation/eventlimiter/) +
## Contents @@ -61,4 +63,4 @@ throttler { self.reachedBottom() } throttler.cancel() -``` \ No newline at end of file +```