From 8400972615cb0c83afc67ff62edbe4f6725deb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Thu, 16 Jun 2016 18:17:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f43165..4926093 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Platform UI Content on the Fly feature ## Install 1. Install via composer: -```sh -composer require "ezsystems/content-on-the-fly-prototype ^0.1.0" -``` + ```sh + composer require "ezsystems/content-on-the-fly-prototype ^0.1.0" + ``` 2. Enable bundle by adding `new EzSystems\EzContentOnTheFlyBundle\EzSystemsEzContentOnTheFlyBundle()` to `app/AppKernel.php`. 3. Clear cache and setup assets with `composer run-script post-update-cmd` *(if you use prod env make sure that is set with `export SYMFONY_ENV=prod` first)*.