From d5076142cf39004824fe45bc3dec98cc177eb722 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Fri, 26 May 2023 14:42:49 +0200 Subject: [PATCH] Typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07334f2..24d617c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $originIp = Forwarded::getOriginIp(); // Getting the IP address of the origin re ### If you need more control -If you cannot obtain the header content from the classic standard way, you can call directly the Forwarded header parse. +If you cannot obtain the header content from the classic standard way, you can call directly the Forwarded header parser. ```php