Merge pull request #60 from zborboa-google/patch-3

Update README with namespace usage
This commit is contained in:
Zach Borboa
2014-05-23 11:03:59 -07:00
+3 -1
View File
@@ -11,7 +11,9 @@ PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.
### Quick Start and Examples
```php
require 'Curl.class.php';
require 'Curl.php';
use \Curl\Curl;
$curl = new Curl();
$curl->get('http://www.example.com/');