Skip to content

Commit d7ec585

Browse files
committed
Committing from host, readme update
1 parent 1a7e06f commit d7ec585

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/?branch=master)
22
[![Code Coverage](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/?branch=master)
3-
[![Build Status](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Swader/diffbot-php-client/build-status/master)
3+
[![Build Status](https://travis-ci.org/Swader/diffbot-php-client.svg?branch=master)](https://travis-ci.org/Swader/diffbot-php-client)
44

55
# Diffbot PHP API Wrapper
66

@@ -15,7 +15,7 @@ Minimum PHP 5.4 because Guzzle needs it.
1515

1616
Via Composer
1717

18-
``` bash
18+
```bash
1919
composer require swader/diffbot-php-client
2020
```
2121

@@ -25,13 +25,13 @@ Todo
2525

2626
## Testing
2727

28-
``` bash
28+
```bash
2929
phpunit
3030
```
3131

3232
## Contributing
3333

34-
Please see [CONTRIBUTING](https://github.com/thephpleague/:package_name/blob/master/CONTRIBUTING.md) for details.
34+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
3535

3636
## Credits
3737

0 commit comments

Comments
 (0)