mirror of https://github.com/dapr/quickstarts.git
Merge pull request #753 from bookinstock/fix-readme
Fix readme service invocation description
This commit is contained in:
commit
33d1cbc901
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue