Skip to content

Commit f2ae30e

Browse files
committed
Cleanup and improve README
* Use https URLs * Shorten title * Use svg travis badge * Add missing code block end marker
1 parent eb521c0 commit f2ae30e

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)