From 8073b93182f0cc8600685edb404479aaf00f58e1 Mon Sep 17 00:00:00 2001 From: Sabiq Ihab Date: Sat, 29 Jul 2017 12:04:04 +0100 Subject: [PATCH] fix README.md --- cqrs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cqrs/README.md b/cqrs/README.md index 216953cf0..3cdd429a1 100644 --- a/cqrs/README.md +++ b/cqrs/README.md @@ -11,7 +11,7 @@ tags: --- ## Intent -CQRS Command Query Responsibility Segregation - Seperate the query side from the command side. +CQRS Command Query Responsibility Segregation - Separate the query side from the command side. ![alt text](./etc/cqrs.png "CQRS") @@ -24,6 +24,6 @@ Use the CQRS pattern when ## Credits -* [Greg Young - CQRS, Task Based UIs, Event Sourcing agh!](http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683) -* [Martin Fowler - CQRS](http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/) +* [Greg Young - CQRS, Task Based UIs, Event Sourcing agh!](http://codebetter.com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/) +* [Martin Fowler - CQRS](https://martinfowler.com/bliki/CQRS.html) * [Oliver Wolf - CQRS for Great Good](https://www.youtube.com/watch?v=Ge53swja9Dw)