Skip to content

Commit

Permalink
Merge pull request #12 from TheoLeanse/patch-1
Browse files Browse the repository at this point in the history
Pedantic correction
  • Loading branch information
jamuhl committed Feb 25, 2016
2 parents 4c1f6f2 + 81f1d96 commit f35508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -3,7 +3,7 @@
This is a sample implementation of CQRS / Eventsourcing Infrastructure in node.js using:

- [redis](http://redis.io/) for Pub/Sub and Storage.
- [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.
- [backbone.CQRS](https://github.com/jamuhl/backbone.CQRS) to bring CQRS to client with ease.

### get it up and running
Expand Down

0 comments on commit f35508d

Please sign in to comment.