Skip to content

Commit 5a7753a

Browse files
committed
Merge pull request php-curl-class#60 from zborboa-google/patch-3
Update README with namespace usage
2 parents fdbf5ae + 05072f4 commit 5a7753a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ PHP Curl Class is an object-oriented wrapper of the PHP cURL extension.
1111
### Quick Start and Examples
1212

1313
```php
14-
require 'Curl.class.php';
14+
require 'Curl.php';
15+
16+
use \Curl\Curl;
1517

1618
$curl = new Curl();
1719
$curl->get('http://www.example.com/');

0 commit comments

Comments
 (0)