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)*.