From 4e998d807c038d43f65c7ebd09f5888c59eec61d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 23 Jan 2018 10:31:33 -0600 Subject: [PATCH] app/console -> bin/console --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a5f75ff..c7ef3ec 100644 --- a/README.markdown +++ b/README.markdown @@ -71,7 +71,7 @@ Alternatively if you are using the ``markdown.parser.sundown`` there are options for enabling sundown extensions and render flags, see the default Configuration with: - php app/console config:dump-reference knp_markdown + php bin/console config:dump-reference knp_markdown This bundle comes with 5 parser services, 4 based on the same algorithm but providing different levels of compliance to the markdown specification,