diff --git a/README.md b/README.md index f38e450..4223b9b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ convenience methods: ## Error Handling The ApiWrapper class defines custom exceptions for handling API request and response errors. -- ApiRequestException is raised when there is an issue with the API request. -- InvalidApiResponse is raised when the API response is not a valid JSON. +- `ApiRequestException` is raised when there is an issue with the API request. +- `InvalidApiResponse` is raised when the API response is not a valid JSON. You can catch these exceptions and handle them accordingly in your code.