diff --git a/httpbin/README.md b/httpbin/README.md index 1bb9ea0..dedfede 100644 --- a/httpbin/README.md +++ b/httpbin/README.md @@ -21,7 +21,9 @@ services: ```bash $ docker-compose up -d -$ curl http://127.0.0.1:27815/ip +$ curl http://127.0.0.1:8000/ip +$ curl http://127.0.0.1:8000/get +$ curl http://127.0.0.1:8000/post -d hello=world ``` [1]: http://httpbin.org