Merge pull request #753 from bookinstock/fix-readme

Fix readme service invocation description
This commit is contained in:
Paul Yuknewicz 2023-01-10 23:59:18 -08:00 committed by GitHub
commit 33d1cbc901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
| Dapr Quickstart | Description | | Dapr Quickstart | Description |
|:--------------------:|:--------------------:| |:--------------------:|:--------------------:|
| [Publish and Subscribe](./pub_sub) | Asynchronous communication between two services using messaging | | [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 | | [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| | [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 | | [Secrets Management](./secrets_management/) | Securely fetch secrets |