Clarifying filename

This commit is contained in:
Ryan Weaver 2018-01-25 11:39:06 -06:00 committed by GitHub
parent 4e998d807c
commit 8947cfb930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,8 @@ Create a service implementing `Knp\Bundle\MarkdownBundle\MarkdownParserInterface
then configure the bundle to use it:
```yaml
# Symfony 3: app/config/config.yml
# Symfony 4: config/packages/knp_markdown.yaml (you'll need to create this)
knp_markdown:
parser:
service: my.markdown.parser