minor fix in documentation

This commit is contained in:
Johannes Lötzsch 2018-09-23 12:42:12 +02:00 committed by GitHub
parent 86eac2ff92
commit 4e2fbc1edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ To test the endpoints using [httpie](https://httpie.org/):
```bash
http GET :3000/math/plus x==1 y==20
http POST :3000/math/spec/plus x:=1 y:=20
http POST :3000/math/plus x:=1 y:=20
http GET :3000/swagger.json
```