From 8947cfb930b3490117103e44904cb3a06d36b2db Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 25 Jan 2018 11:39:06 -0600 Subject: [PATCH] Clarifying filename --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index c7ef3ec..90c9140 100644 --- a/README.markdown +++ b/README.markdown @@ -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