From d8085036ecc99c4381a88f6834c6b725b577eb7a Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Mon, 4 Dec 2023 09:39:17 -0800 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85071a9..ff4d20a 100644 --- a/README.md +++ b/README.md @@ -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