From b10a036da5f05864224ee09432e489b32a6b2d1d Mon Sep 17 00:00:00 2001 From: Didip Kerabat Date: Sun, 15 Apr 2018 12:51:42 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ae1082..f614587 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is a generic middleware to rate-limit HTTP requests. **v3.x.x:** Apparently we have been using golang.org/x/time/rate incorrectly. See issue #48. It always limit X number per 1 second. The time duration is not changeable, so it does not make sense to pass TTL to tollbooth. -## Five Minutes Tutorial +## Five Minute Tutorial ```go package main