Skip to content

Commit e29c0b9

Browse files
authored
Update README.md (#3)
1 parent 6dfb1ff commit e29c0b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#CurlHttp
1+
# CurlHttp
22
[![Total Downloads](https://img.shields.io/packagist/dt/phpcurl/curlhttp.svg)](https://packagist.org/packages/phpcurl/curlhttp)
33
[![Latest Stable Version](https://img.shields.io/packagist/v/phpcurl/curlhttp.svg)](https://packagist.org/packages/phpcurl/curlhttp)
44
[![Travis Build](https://travis-ci.org/phpcurl/curlhttp.svg?branch=master)](https://travis-ci.org/phpcurl/curlhttp)
@@ -7,11 +7,11 @@
77

88
The simplest cURL HTTP client for PHP
99

10-
##Install
10+
## Install
1111
Via [composer](https://getcomposer.org):
1212
`$ composer require "phpcurl/curlhttp"`
1313

14-
##Usage
14+
## Usage
1515
```php
1616
<?php
1717
use PHPCurl\CurlHttp\HttpClient;

0 commit comments

Comments
 (0)