We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c1f6f2 + 81f1d96 commit f35508dCopy full SHA for f35508d
README.markdown
@@ -3,7 +3,7 @@
3
This is a sample implementation of CQRS / Eventsourcing Infrastructure in node.js using:
4
5
- [redis](http://redis.io/) for Pub/Sub and Storage.
6
-- [node-eventstore](https://github.com/adrai/node-eventstore) for EventSourcing including it's redis storage implementation.
+- [node-eventstore](https://github.com/adrai/node-eventstore) for EventSourcing including its redis storage implementation.
7
- [backbone.CQRS](https://github.com/jamuhl/backbone.CQRS) to bring CQRS to client with ease.
8
9
### get it up and running
0 commit comments