Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Dec 4, 2023
1 parent b101818 commit d808503
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 @@ -142,7 +142,7 @@ $client->setPackagistUrl('https://custom.packagist.site.org');
## Errors

* A `Packagist\Api\PackageNotFoundException` will be thrown when the Packagist API returns a 404 response.
* An `\InvalidArgumentException` will be thrown when the respond from Packagist was not able to be parsed.
* An `\InvalidArgumentException` will be thrown when the response from Packagist was not able to be parsed.

## License

Expand Down

0 comments on commit d808503

Please sign in to comment.