We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7f55a commit 944f92bCopy full SHA for 944f92b
README.markdown
@@ -67,7 +67,7 @@ From `$client` object, you can access to all GitHub.
67
require_once 'vendor/autoload.php';
68
69
$client = new Github\Client(
70
- new Github\HttpClient\CachedHttpClient(array('cache_dir' => '/tmp/github-api-cache')
+ new Github\HttpClient\CachedHttpClient(array('cache_dir' => '/tmp/github-api-cache'))
71
);
72
73
// Or select directly which cache you want to use
0 commit comments