Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 87227d7

Browse files
Update README.md
1 parent 421cd08 commit 87227d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nodes-vapor/gatekeeper/master/LICENSE)
1010

1111
Gatekeeper is a middleware that restricts the number of requests from clients, based on their IP address.
12-
It works by adding the clients IP address to the cache and count how many requests the clients can make during the Gatekeepers defined lifespan and give back an HTTP 429(Too Many Requests) if the limit has been reached. The number of requests left will be reset when the defined timespan has been reached
12+
It works by adding the clients IP address to the cache and count how many requests the clients can make during the Gatekeeper's defined lifespan and give back an HTTP 429(Too Many Requests) if the limit has been reached. The number of requests left will be reset when the defined timespan has been reached
1313

1414
**Please take into consideration that multiple clients can be using the same IP address. eg. public wifi**
1515

0 commit comments

Comments
 (0)