From 88cdb65e5e6b9102862231633287491edf40494f Mon Sep 17 00:00:00 2001 From: Benjamin Ross Date: Sun, 25 Feb 2018 12:03:00 -0800 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8926f60..feb4577 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ are handled are the ones documented on the GDAX API error section: [here](https: - HTTP STATUS CODE 401: Raises UnauthorizedGdaxRequest - HTTP STATUS CODE 403: Raises ForbiddenGdaxRequest - HTTP STATUS CODE 404: Raises NotFoundGdaxRequest -- HTTP STATUS CODE 4XX: Raises UnknownGDAXClientRequest +- HTTP STATUS CODE 4XX: Raises UnknownGdaxClientRequest - HTTP STATUS CODE 5XX: Raises InternalErrorGdaxRequest All HTTP requests from both the public client and authenticated client run through `_determine_response`, which