Skip to content

Commit 1432d1c

Browse files
Correct picture in readme
1 parent a4932e4 commit 1432d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The official [Dapr](https://dapr.io) Node.js SDK that allows interfacing with th
66

77
The Dapr JS SDK will allow you to interface with the Dapr process that abstracts several commonly used functionalities such as Service-to-Service invocation, State Management, PubSub, and more.
88

9-
![](./dapr-architecture.png)
9+
![](./documentation/assets/dapr-architecture.png)
1010

1111
Looking at the illustration above, we can see there will always always be another process (the Dapr Sidecar) running that your application will interface with. This process can either be started manually (e.g. through Dapr CLI) or injected as a container (e.g. through Kubernetes Sidecar injection in your pod).
1212

0 commit comments

Comments
 (0)