Skip to content

Commit 5866eb6

Browse files
authored
Merge pull request #111 from jsor-labs/readme-cleanup
Cleanup and improve README
2 parents eb521c0 + f2ae30e commit 5866eb6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# HttpClient Component
1+
# HttpClient
22

3-
[![Build Status](https://secure.travis-ci.org/reactphp/http-client.png?branch=master)](http://travis-ci.org/reactphp/http-client) [![Code Climate](https://codeclimate.com/github/reactphp/http-client/badges/gpa.svg)](https://codeclimate.com/github/reactphp/http-client)
3+
[![Build Status](https://travis-ci.org/reactphp/http-client.svg?branch=master)](https://travis-ci.org/reactphp/http-client)
4+
[![Code Climate](https://codeclimate.com/github/reactphp/http-client/badges/gpa.svg)](https://codeclimate.com/github/reactphp/http-client)
45

5-
Event-driven, streaming HTTP client for [ReactPHP](http://reactphp.org)
6+
Event-driven, streaming HTTP client for [ReactPHP](https://reactphp.org).
67

78
**Table of Contents**
89

@@ -165,6 +166,7 @@ If you do not want to run these, they can simply be skipped like this:
165166

166167
```bash
167168
$ php vendor/bin/phpunit --exclude-group internet
169+
```
168170

169171
## License
170172

0 commit comments

Comments
 (0)