From f32abff7204d0dcce6e840880c43aa19c951b8b7 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 31 Jan 2024 06:59:11 -0500 Subject: [PATCH] fix installation so gitclip works --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 92b4169..76a96ea 100644 --- a/README.markdown +++ b/README.markdown @@ -21,7 +21,9 @@ Installation With [composer](https://getcomposer.org), require: -`composer require knplabs/knp-snappy-bundle` +```bash +composer require knplabs/knp-snappy-bundle +``` Then enable it in your kernel (optional if you are using the Flex recipe with Symfony >= 4) :