Skip to content

Commit 8073b93

Browse files
committed
fix README.md
1 parent 87c10fa commit 8073b93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cqrs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
---
1212

1313
## Intent
14-
CQRS Command Query Responsibility Segregation - Seperate the query side from the command side.
14+
CQRS Command Query Responsibility Segregation - Separate the query side from the command side.
1515

1616
![alt text](./etc/cqrs.png "CQRS")
1717

@@ -24,6 +24,6 @@ Use the CQRS pattern when
2424

2525
## Credits
2626

27-
* [Greg Young - CQRS, Task Based UIs, Event Sourcing agh!](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683)
28-
* [Martin Fowler - CQRS](http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/)
27+
* [Greg Young - CQRS, Task Based UIs, Event Sourcing agh!](http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/)
28+
* [Martin Fowler - CQRS](https://martinfowler.com/bliki/CQRS.html)
2929
* [Oliver Wolf - CQRS for Great Good](https://www.youtube.com/watch?v=Ge53swja9Dw)

0 commit comments

Comments
 (0)