From c77e9762a396b5cac62f57c0995d3b3c62744568 Mon Sep 17 00:00:00 2001 From: Didip Kerabat Date: Wed, 9 Oct 2024 12:47:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13a0d5..72fcdfa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This is a generic middleware to rate-limit HTTP requests. **v7.x.x:** Replaced `time/rate` with `embedded time/rate` so that we can support more rate limit headers. -**v8.x.x:** Address `RemoteIP` vulnerability concern by replacing it with `RemoteIPFromIPLookup`, an explicit way to pick the IP address. +**v8.x.x:** Address `RemoteIP` vulnerability concern by replacing `SetIPLookups` with `SetIPLookup`, an explicit way to pick the IP address. ## Five Minute Tutorial