Skip to content

Commit c205dfc

Browse files
committed
Install section added
1 parent 7603492 commit c205dfc

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ use CNZ\Helpers\Util as util;
2525
util::dump( 'any content' );
2626
```
2727

28-
#### Unit Tests
28+
## Unit Tests
2929

30-
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
30+
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
31+
[![Build Status](https://travis-ci.org/clausnz/php-helpers.svg?branch=master)](https://travis-ci.org/clausnz/php-helpers)
3132
# Install
3233

3334
To install the latest clausnz/php-helper library, simply add the following lines to your `composer.json` and run a `composer update`:

doc/About.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use CNZ\Helpers\Util as util;
2525
util::dump( 'any content' );
2626
```
2727

28-
#### Unit Tests
28+
## Unit Tests
2929

30-
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
30+
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
31+
[![Build Status](https://travis-ci.org/clausnz/php-helpers.svg?branch=master)](https://travis-ci.org/clausnz/php-helpers)

doc/template/About.tmpl.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use CNZ\Helpers\Util as util;
2525
util::dump( 'any content' );
2626
```
2727

28-
#### Unit Tests
28+
## Unit Tests
2929

30-
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
30+
With every commit to the repository, every function is automatically tested against a number of unit-tests and PHP Versions.
31+
[![Build Status](https://travis-ci.org/clausnz/php-helpers.svg?branch=master)](https://travis-ci.org/clausnz/php-helpers)

0 commit comments

Comments
 (0)