Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk committed Mar 13, 2024
1 parent 791a4d4 commit 5c965ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $person = (new Instructor)->respond(

### Alternative ways to call Instructor

You can set call `request()` method to set the parameters of the request and then call `get()` to get the response.
You can call `request()` method to set the parameters of the request and then call `get()` to get the response.

```php
use Cognesy\Instructor;
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ NOTE: Currently Scalar::select() always returns strings and its ```options``` pa

### Alternative ways to call Instructor

You can set call `request()` method to set the parameters of the request and then call `get()` to get the response.
You can call `request()` method to set the parameters of the request and then call `get()` to get the response.

```php
use Cognesy\Instructor;
Expand Down

0 comments on commit 5c965ac

Please sign in to comment.