Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Apr 7, 2024
1 parent 06238a4 commit ca0746f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $request = new \Yggverse\Gemini\Client\Request(

Alternatively, use `setResolvedHost` method of `Request` object before `getResponse`

#### Request::getResolvedHost
#### Request::setResolvedHost

``` php
$request->setResolvedHost(
Expand All @@ -43,7 +43,7 @@ $request->setResolvedHost(

* to resolve address with PHP, take a look on the [net-php](https://github.com/YGGverse/net-php) library!

#### Request::setResolvedHost
#### Request::getResolvedHost

Get resolved host back

Expand Down

0 comments on commit ca0746f

Please sign in to comment.