Skip to content

Commit

Permalink
Change example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinrob committed Aug 16, 2015
1 parent e1a7844 commit 400988f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $stack->push(
)
)
),
'cache'
'private-cache'
);

// Public caching
Expand All @@ -113,6 +113,6 @@ $stack->push(
)
)
),
'cache'
'shared-cache'
);
```

0 comments on commit 400988f

Please sign in to comment.