Skip to content

Commit fa614f1

Browse files
author
Márk Sági-Kazár
committed
Add badges
1 parent af4827c commit fa614f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/promise.svg?style=flat-square)](https://github.com/php-http/promise/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
5+
[![Build Status](https://img.shields.io/travis/php-http/promise.svg?style=flat-square)](https://travis-ci.org/php-http/promise)
6+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/promise.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/promise)
7+
[![Quality Score](https://img.shields.io/scrutinizer/g/php-http/promise.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/promise)
58
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/promise.svg?style=flat-square)](https://packagist.org/packages/php-http/promise)
69

710
**Promise used for asynchronous HTTP requests.**
@@ -20,7 +23,7 @@ $ composer require php-http/promise
2023

2124
## Documentation
2225

23-
Please see the [official documentation](http://docs.httplug.io).
26+
Please see the [official documentation](http://docs.php-http.org).
2427

2528

2629
## Testing

0 commit comments

Comments
 (0)