From 22ef222310056322a97ec0ff56bd266d33087308 Mon Sep 17 00:00:00 2001 From: Wende Lu Date: Thu, 24 Nov 2022 06:47:37 +0800 Subject: [PATCH] Fix readme service invocation description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d33701..8829f5f4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t | Dapr Quickstart | Description | |:--------------------:|:--------------------:| | [Publish and Subscribe](./pub_sub) | Asynchronous communication between two services using messaging | -| [Service Invocation](./service_invocation) | Asynchronous communication between two services using HTTP | +| [Service Invocation](./service_invocation) | Synchronous communication between two services using HTTP | | [State Management](./state_management/) | Store a service's data as key/value pairs in supported state stores | | [Bindings](./bindings/) | Work with external systems using input bindings to respond to events and output bindings to call operations| | [Secrets Management](./secrets_management/) | Securely fetch secrets |