Skip to content

Commit 8b31ee8

Browse files
committed
Update autoloading example in readme
1 parent f2d4314 commit 8b31ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, and HHVM.
2020
### Quick Start and Examples
2121

2222
```php
23-
require 'Curl.php';
23+
require __DIR__ . '/vendor/autoload.php';
2424

2525
use \Curl\Curl;
2626

0 commit comments

Comments
 (0)