Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Mitterhauser committed Jul 19, 2021
1 parent e8e72f6 commit 7b193ee
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 @@ -21,7 +21,7 @@ In your config file ...

```php
Cache::config('_session_', [
'engine' => 'PredisCache.Predis',
'engine' => 'PredisCache.Predis',
'sentinel' => ['<sentinel host 1>', ...., '<sentinel host n>'],
'password' => "<password>",
'port' => 26379,
Expand Down

0 comments on commit 7b193ee

Please sign in to comment.