Skip to content

Commit

Permalink
Update README.md (muxinc#22)
Browse files Browse the repository at this point in the history
Fixing a typo and slightly rewording in rate limit documentation.
  • Loading branch information
philcluff authored Nov 16, 2020
2 parents ac4e838 + b739a20 commit 62785cc
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 @@ -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 [[email protected]](mailto:[email protected]) 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 [[email protected]](mailto:[email protected]) if you need to talk about this limit.

### ServiceError

Expand Down

0 comments on commit 62785cc

Please sign in to comment.