From b739a206645c4aa2b5ed6de328128c9ce75e7a6b Mon Sep 17 00:00:00 2001 From: Jon Calhoun Date: Wed, 11 Nov 2020 15:46:22 -0500 Subject: [PATCH] Update README.md Fixing a typo and slightly rewording, but this is based on the assumption that the rate limit is based on something like N requests per X minutes. I'm not 100% sure what it is based on and couldn't find documentation for it in my first pass of the docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 961a51c..65e82df 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ All API calls return an err as their final return value. Below is documented the ### TooManyRequestsError -`TooManyRequestsError` is returned when you exceed the manimum request that Mux allows. Please get in touch with [support@mux.com](mailto:support@mux.com) if you need to talk about this limit. +`TooManyRequestsError` is returned when you exceed the maximum number of requests allowed for a given time period. Please get in touch with [support@mux.com](mailto:support@mux.com) if you need to talk about this limit. ### ServiceError