Skip to content

Commit d3bb371

Browse files
committed
Update license and download badges
1 parent ec615f9 commit d3bb371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
5-
[![Downloads](https://poser.pugx.org/php-curl-class/php-curl-class/downloads.svg)](https://packagist.org/packages/php-curl-class/php-curl-class)
4+
[![License](https://img.shields.io/packagist/l/php-curl-class/php-curl-class.svg)](https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
5+
[![Downloads](https://img.shields.io/packagist/dt/php-curl-class/php-curl-class.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.
88

0 commit comments

Comments
 (0)