Skip to content

Commit 05072f4

Browse files
committed
Update README with namespace usage
1 parent fdbf5ae commit 05072f4

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)