Skip to content

Commit 944f92b

Browse files
committed
Fix typo in README
1 parent 7a7f55a commit 944f92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ From `$client` object, you can access to all GitHub.
6767
require_once 'vendor/autoload.php';
6868

6969
$client = new Github\Client(
70-
new Github\HttpClient\CachedHttpClient(array('cache_dir' => '/tmp/github-api-cache')
70+
new Github\HttpClient\CachedHttpClient(array('cache_dir' => '/tmp/github-api-cache'))
7171
);
7272

7373
// Or select directly which cache you want to use

0 commit comments

Comments
 (0)