Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Dec 25, 2024
1 parent 843e9a5 commit d47534d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A lightweight and efficient PHP library for querying IP data from the [IpQuery A

- Retrieve your public IP information.
- Query detailed data for a single or multiple IP addresses.
- Parse responses into strongly-typed PHP objects.
- Parse responses into strongly typed PHP objects.
- Supports multiple response formats (JSON, XML, YAML, and plain text).
- Simple integration with pure PHP using cURL.

Expand Down Expand Up @@ -67,10 +67,10 @@ foreach ($multipleIpData as $ip) {

The library parses JSON responses into the following class structure:

### IpResponse
### IpQueryResponse

```php
class IpResponse {
class IpQueryResponse {
public string $ip;
public Isp $isp;
public Location $location;
Expand Down

0 comments on commit d47534d

Please sign in to comment.