Typo in README.

This commit is contained in:
Madeorsk 2023-05-26 14:42:49 +02:00
parent a4d73971d3
commit d5076142cf
1 changed files with 1 additions and 1 deletions

View File

@ -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
<?php