diff --git a/examples/ring-spec-swagger/README.md b/examples/ring-spec-swagger/README.md index 814545ef..3eb99d0c 100644 --- a/examples/ring-spec-swagger/README.md +++ b/examples/ring-spec-swagger/README.md @@ -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 ```