Skip to content

Commit

Permalink
#42 Fix public/private typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Apr 14, 2016
1 parent c54fd2d commit be93559
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 @@ -110,7 +110,7 @@ $stack->push(
// Public caching
$stack->push(
new CacheMiddleware(
new PrivateCacheStrategy(
new PublicCacheStrategy(
new DoctrineCacheStorage(
new PredisCache(
new Predis\Client('tcp://10.0.0.1:6379')
Expand Down

0 comments on commit be93559

Please sign in to comment.