Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Aug 16, 2016
1 parent 3b039a8 commit 8549f59
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ private static $configuration = [
'cacheClass' => 'Heise\\Shariff\\ZendCache',
'cache' => [
'ttl' => 60,
'cacheDir' => '/tmp/shariff/cache',
'adapter' => 'Filesystem',
'adapterOptions' => [
// ...
]
'cacheDir' => '/tmp/shariff/cache',
'adapter' => 'Filesystem',
'adapterOptions' => [
// ...
]
],
'client' => [
'timeout' => 4.2
// ... (see "Client options")
],
'client' => [
'timeout' => 4.2
// ... (see "Client options")
],
'domains' => [
'www.heise.de',
'www.ct.de'
Expand All @@ -125,10 +125,10 @@ private static $configuration = [
'Xing',
'AddThis'
],
'Facebook' => [
'app_id' => '1234567890',
'secret' => 'terces'
]
'Facebook' => [
'app_id' => '1234567890',
'secret' => 'terces'
]
];
```

Expand Down

0 comments on commit 8549f59

Please sign in to comment.