Skip to content

Commit 66e735d

Browse files
committed
Preview New README 2
1 parent 9b7836a commit 66e735d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@ flowchart LR
2323
B -->|API calls| C[Dapr Sidecar]
2424
C -->|State Store, Pub/Sub, Service Invocation, Bindings, Actors, Workflows| D[External Components]
2525
C --> A
26-
````
26+
```
2727

2828
* The application creates a Dapr client (HTTP or gRPC).
2929
* The SDK routes API calls (state, pub/sub, service invocation, bindings, actors, workflows).
3030
* The Dapr sidecar manages communication with external components and returns responses to the app.
3131

32-
```
33-
3432

3533
### Pre-Requisites
3634
* SDKMAN! installed (recommended):

0 commit comments

Comments
 (0)