Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
small m
  • Loading branch information
malocher committed Dec 5, 2013
1 parent 612c1dc commit fc2e77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ cqrs-esb
This package implements the service bus architecture and Command Query Responsibility Segregation (CQRS) principles for php applications.
CQRS plays well with Domain Driven Design (DDD) or traditional MVC patterns.

[![Build Status](https://travis-ci.org/Malocher/cqrs-esb.png?branch=master)](https://travis-ci.org/Malocher/cqrs-esb)
[![Coverage Status](https://coveralls.io/repos/Malocher/cqrs-esb/badge.png?branch=master)](https://coveralls.io/r/Malocher/cqrs-esb?branch=master)
[![Build Status](https://travis-ci.org/malocher/cqrs-esb.png?branch=master)](https://travis-ci.org/malocher/cqrs-esb)
[![Coverage Status](https://coveralls.io/repos/malocher/cqrs-esb/badge.png?branch=master)](https://coveralls.io/r/malocher/cqrs-esb?branch=master)

## Installation

Installation of Malocher\cqrs-esb uses composer. For composer documentation, please refer to
Installation of malocher\cqrs-esb uses composer. For composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/).
Add following requirement to your composer.json

Expand All @@ -22,7 +22,7 @@ https://github.com/malocher/cqrs-esb/tree/master/iterations/Iteration

Zend Framework 2 Integration
-----------------------------
If you want to use Malocher/cqrs-esb in a ZF2 project, check out the [malocher/zf2-cqrs-module](https://github.com/malocher/zf2-cqrs-module).
If you want to use malocher/cqrs-esb in a ZF2 project, check out the [malocher/zf2-cqrs-module](https://github.com/malocher/zf2-cqrs-module).

Sample Application
-------------------
Expand Down

0 comments on commit fc2e77c

Please sign in to comment.