Skip to content

Commit

Permalink
Merge pull request #13 from Rudloff/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
j0k3r authored Jan 6, 2025
2 parents 7d33e21 + 21dc9ac commit f319726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ $request = Psr17FactoryDiscovery::findRequestFactory()->createRequest('GET', 'ht
$response = $pluginClient->sendRequest($request);
```

#### Cavets
#### Caveats

Since the libray uses [`gethostbynamel`](https://php.net/manual/en/function.gethostbynamel.php) to resolve domain names, which isn't IPv6 compatible, the class will only work with IPv4 at the moment.

0 comments on commit f319726

Please sign in to comment.