Skip to content

Commit 801368b

Browse files
committed
Fixed typo in README
1 parent 2b98ebb commit 801368b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The file driver needs to know what directory it should use for storing messages
124124

125125
``` yaml
126126
bernard_bernard:
127-
doctrine: file
127+
driver: file
128128
options:
129129
directory: %kernel.cache_dir%/bernard
130130
```
@@ -145,4 +145,4 @@ bernard_bernard:
145145
```
146146

147147
If you're using the [SncRedisBundle](https://github.com/snc/SncRedisBundle) you have to set logging to false for the
148-
bernhard client to ensure that is is a ``Redis`` instance and not wrapped.
148+
bernhard client to ensure that is is a ``Redis`` instance and not wrapped.

0 commit comments

Comments
 (0)