Skip to content

Commit ec615f9

Browse files
committedApr 9, 2015
Update license badge link
1 parent 161b8f5 commit ec615f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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)
4-
[![License](https://poser.pugx.org/php-curl-class/php-curl-class/license.svg)](https://packagist.org/packages/php-curl-class/php-curl-class)
4+
[![License](https://poser.pugx.org/php-curl-class/php-curl-class/license.svg)](https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
55
[![Downloads](https://poser.pugx.org/php-curl-class/php-curl-class/downloads.svg)](https://packagist.org/packages/php-curl-class/php-curl-class)
66

77
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.

0 commit comments

Comments
 (0)
Please sign in to comment.