File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/promise.svg?style=flat-square )] ( https://github.com/php-http/promise/releases )
4
4
[ ![ 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 )
5
8
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-http/promise.svg?style=flat-square )] ( https://packagist.org/packages/php-http/promise )
6
9
7
10
** Promise used for asynchronous HTTP requests.**
@@ -20,7 +23,7 @@ $ composer require php-http/promise
20
23
21
24
## Documentation
22
25
23
- Please see the [ official documentation] ( http://docs.httplug.io ) .
26
+ Please see the [ official documentation] ( http://docs.php-http.org ) .
24
27
25
28
26
29
## Testing
You can’t perform that action at this time.
0 commit comments