diff --git a/README.md b/README.md index 2688641..5b3f190 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ Your API is now running at `http://localhost:8080` **Try it out:** ```bash -curl http://localhost:8080/api/v1/healthz -curl http://localhost:8080/api/v1/orders +curl http://localhost:8080/healthz +curl http://localhost:8080/ecommerce/v1/orders ``` ## 📟 Available Commands