Skip to content

Commit 4f3de2b

Browse files
flugPedroTroller
authored andcommitted
fix documentation
1 parent 4a4a68e commit 4f3de2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,15 +189,19 @@ App\Entity\User:
189189
## Create your own dictionary implementation
190190

191191
### Dictionary
192-
Your dictionary implementation must implements the interface [Dictionary](src/Knp/DictionaryBundle/Dictionary/Dictionary.php).
192+
193+
Your dictionary implementation must implements the interface [Dictionary](src/Knp/DictionaryBundle/Dictionary.php).
193194

194195
### Dictionary Factory
196+
195197
You must create a dictionary factory that will be responsible to instanciate your dictionary.
196198

197199
```yaml
200+
198201
services:
199202
app.dictionary.factory.my_custom_factory:
200203
class: App\Dictionary\Factory\MyCustomFactory
201204
tags:
202205
{ name: 'knp_dictionary.factory' }
206+
203207
```

0 commit comments

Comments
 (0)