From 24dea61a36e8da0c9646dd4934f5d227be8109fa Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 4 May 2016 14:39:37 -0400 Subject: [PATCH] README tweaks --- README.markdown | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index b29ddb8..25c427a 100644 --- a/README.markdown +++ b/README.markdown @@ -4,18 +4,15 @@ Provide markdown conversion (based on [Michel Fortin work](https://github.com/mi ## INSTALLATION -Add KnpMarkdownBundle to your `composer.json` +Add KnpMarkdownBundle to your project via [Composer](https://getcomposer.org/): -```yaml -{ - "require": { - "knplabs/knp-markdown-bundle": "~1.3" - } -} ``` -or simply run ```composer require knplabs/knp-markdown-bundle:~1.3``` +composer require knplabs/knp-markdown-bundle +``` -Register the bundle in ``app/AppKernel.php`` +Based on your Composer install, you might need to use `php composer.phar require knplabs/knp-markdown-bundle`. + +Next, register the bundle in ``app/AppKernel.php`` ```php $bundles = array(