Skip to content

Commit 02343d9

Browse files
committed
Update installation notes in readme
1 parent 5943de6 commit 02343d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# php-curl-class
1+
# PHP Curl Class: HTTP requests made easy
22

33
[![Build Status](https://travis-ci.org/php-curl-class/php-curl-class.png?branch=master)](https://travis-ci.org/php-curl-class/php-curl-class)
44

55
PHP Curl Class is an object-oriented wrapper of the PHP cURL extension that makes it easy to send HTTP requests and integrate with web APIs.
66

7-
### Composer
7+
### Installation
8+
9+
To install PHP Curl Class, simply:
810

911
$ composer require php-curl-class/php-curl-class
10-
$ composer require php-curl-class/php-curl-class:dev-master # Development version
1112

1213
### Quick Start and Examples
1314

0 commit comments

Comments
 (0)