Update autoloading example in readme

This commit is contained in:
Zach Borboa
2015-10-20 22:26:37 -07:00
parent f2d43144c4
commit 8b31ee8dda
+1 -1
View File
@@ -20,7 +20,7 @@ PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, and HHVM.
### Quick Start and Examples
```php
require 'Curl.php';
require __DIR__ . '/vendor/autoload.php';
use \Curl\Curl;