Skip to content

Commit

Permalink
Merge pull request #126 from lmammino/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
Kevinrob authored Apr 3, 2020
2 parents f978b8d + 30dc01a commit 5cd04b4
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 @@ -209,7 +209,7 @@ $stack->push(
new FilesystemCache('/tmp/')
),
1800, // the TTL in seconds
new KeyValueHttpHeader(['Authorization']) // Optionnal - specify the headers that can change the cache key
new KeyValueHttpHeader(['Authorization']) // Optional - specify the headers that can change the cache key
)
),
'greedy-cache'
Expand Down

0 comments on commit 5cd04b4

Please sign in to comment.