Skip to content

Commit

Permalink
Merge pull request #111 from jsor-labs/readme-cleanup
Browse files Browse the repository at this point in the history
Cleanup and improve README
  • Loading branch information
WyriHaximus authored Oct 2, 2017
2 parents eb521c0 + f2ae30e commit 5866eb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# HttpClient Component
# HttpClient

[![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)
[![Build Status](https://travis-ci.org/reactphp/http-client.svg?branch=master)](https://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)

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

**Table of Contents**

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

```bash
$ php vendor/bin/phpunit --exclude-group internet
```

## License

Expand Down

0 comments on commit 5866eb6

Please sign in to comment.