Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay committed Jul 26, 2013
1 parent 280dabd commit 074d8c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requirement
Basic Usage
-----------

Let's say you want to send a payload data to [Coveralls](https://coveralls.io/) each time your [Travis](http://travis-ci.org/) job successfully build. All you need is adding bellow section within your phpunit configuration :
Let's say you want to send a payload data for [Coveralls](https://coveralls.io/) each time your [Travis](http://travis-ci.org/) job successfully build. All you need is adding bellow section within your phpunit configuration :

<logging>
<log type="coverage-clover" target="/tmp/coverage.xml"/>
Expand Down Expand Up @@ -60,7 +60,9 @@ And thats it.
Advance Usage
-------------

As you noticed on previous section, in order to work properly Listener class need to know several things, they are :
As you may noticed on previous section, in order to work properly, Listener class need to know several things. They are being passed from `phpunit.xml` file.

Bellow table describe each configuration respectively :

| Key Name | Value | Description
| :---: | :---: | :---: |
Expand Down

0 comments on commit 074d8c4

Please sign in to comment.