diff --git a/README.md b/README.md index 595ddd13..7d99a930 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ curl http://localhost:3000/v1/pets/as |jq #### Validate a query parameter with a range constraint -`/pets?limit=?` should be of type integer with a value greater than 5, express-openapi-validator returns: +`/pets?limit=?` should be of type integer with a value greater than 5. It should also require an additional query paramter, `test`, express-openapi-validator returns: ```shell curl http://localhost:3000/v1/pets?limit=1 |jq