Skip to content

Commit 4f6503c

Browse files
committed
Update README.md
1 parent 748211c commit 4f6503c

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
@@ -41,7 +41,7 @@ Contains methods for working with IP addresses.
4141
### getIpAddress Result
4242
```php
4343
[
44-
"is_local" => true, // Is client from localhost
44+
"is_local" => true, // is client from localhost
4545
"base_ip" => "127.0.0.1", // laravel's request()->ip()
4646
"ip_address" => "111.111.111.111", // real client ip
4747
]

0 commit comments

Comments
 (0)