Merge pull request #149 from johannesloetzsch/patch-1

minor fix in documentation
This commit is contained in:
Tommi Reiman 2018-09-23 13:43:58 +03:00 committed by GitHub
commit 3b7f09b870
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
```