Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 24, 2019
1 parent 20dd137 commit 2183e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -205,7 +205,7 @@ curl -s 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. It should also require an additional query paramter, `test`, express-openapi-validator returns:
`/pets?limit=1` 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 -s http://localhost:3000/v1/pets?limit=1 |jq
Expand Down

0 comments on commit 2183e3c

Please sign in to comment.