From fa4804637bd2989f8ae4edc8ec98bf0d581a83da Mon Sep 17 00:00:00 2001 From: Nebulizer1213 Date: Fri, 5 Aug 2022 04:09:39 -0400 Subject: [PATCH] update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 80e5612..b040f84 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,6 @@ func main() {
-# Custom Stores - -Unlike most rate limit libraries that support third party stores, gin-rate-limit only requires your store to have one -method and lets you rate limit however you want. The default stores may not have exactly what you need, but it is easy -to take one of the default stores and modify them. If you think your store could be useful to other people push it to GitHub. Custom Store Example