Skip to content

Commit f3db6b5

Browse files
committed
Merge pull request KnpLabs#28 from asm89/patch-1
Fix typo in README
2 parents 7a7f55a + 944f92b commit f3db6b5

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)