diff --git a/README.md b/README.md index 461f9ee..398205f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An API which simulates loaded responses to demonstrate load testing. ## Getting Started Some notes: -- A rate limit is initialized to a default of 10 concurrent requests. +- A rate limit is initialized to a default of 50 concurrent requests. - You may change this limit by making a `POST` to `http://localhost:8080/limit` with the following payload: ``` {"limit":10}