diff --git a/howto/invoke-and-discover-services/README.md b/howto/invoke-and-discover-services/README.md index 112481e07..c6779f04a 100644 --- a/howto/invoke-and-discover-services/README.md +++ b/howto/invoke-and-discover-services/README.md @@ -76,7 +76,7 @@ This Python app exposes an `add()` method via the `/add` endpoint. curl http://localhost:3500/v1.0/invoke/cart/method/add -X POST ``` -Since the aoo endpoint is a 'POST' method, we used `-X POST` in the curl command. +Since the add endpoint is a 'POST' method, we used `-X POST` in the curl command. To invoke a 'GET' endpoint: