Skip to content

Commit b21ec9b

Browse files
authored
Update README.md
1 parent bdac557 commit b21ec9b

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
@@ -408,7 +408,7 @@ See also fully working, real-world samples of Event Sourcing and CQRS applicatio
408408
- Builds read models using [Subscription to `$all`](https://developers.eventstore.com/clients/grpc/subscribing-to-streams/#subscribing-to-all).
409409
- Read models are stored as Marten documents.
410410

411-
- **[Warehouse](./Sample/AsyncProjections/)**
411+
- **[Warehouse](./Sample/Warehouse)**
412412
- simplest CQRS flow using .NET 5 Endpoints,
413413
- example of how and where to use C# Records, Nullable Reference Types, etc,
414414
- No Event Sourcing! Using Entity Framework to show that CQRS is not bounded to Event Sourcing or any type of storage,

0 commit comments

Comments
 (0)