Skip to content

Commit 3dd951c

Browse files
committed
hotfix: fixed broken image path in readme
1 parent b839df5 commit 3dd951c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# env-event-stream
44

5-
<img src="./docs/logo.png" alt="env-event-stream logo" width="200"/>
5+
<img src="/docs/logo.png" alt="env-event-stream logo" width="200"/>
66
</div>
77

88
<div align="center">
@@ -76,7 +76,7 @@ await defaultBroker.publish<UserCreatedEvent>("users", "user.created", {
7676

7777
The library is designed around several key components:
7878

79-
![Architecture Diagram](/architecture.svg)
79+
![Architecture Diagram](/docs/architecture.svg)
8080

8181
- **EventBroker**: Central hub for coordinating event flow
8282
- **Topic**: Channel for specific event categories

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@env/env-event-stream",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "A high-performance, feature-rich event stream library for Deno, the backbone for event-driven architectures",
55
"author": "Elastic Networth Visualizer",
66
"license": "MIT",

0 commit comments

Comments
 (0)