Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
I think this is the recommended way. See: https://getcomposer.org/doc/01-basic-usage.md#autoloading
  • Loading branch information
javigomez committed Jul 30, 2015
1 parent ec4d165 commit 926d7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Just look at tests :P . Basic example:
```php
<?php

require_once 'vendor/.composer/autoload.php';
require __DIR__ . '/vendor/autoload.php';

$client = new Travis\Client();

Expand Down

0 comments on commit 926d7ed

Please sign in to comment.