Update README with namespace usage

This commit is contained in:
zborboa-google
2014-05-23 09:37:15 -07:00
parent fdbf5ae16f
commit 05072f4a6c
+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/');