From a4a1e00a7323880cb69452a5ffee466f3daa3c1b Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 10 Jul 2017 14:52:55 +1200 Subject: [PATCH] Fix highlighting of code blocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index baad264..9beeaad 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ These recipes allow for the following features: Recipes can be introduced to any existing project (even if not created on a silverstripe base project) - ::: + :::shell $ composer init $ composer require silverstripe/recipe-plugin ^0.1 $ composer require-recipe silverstripe/recipe-cms ^4.0@dev @@ -36,7 +36,7 @@ directly and inline this as a subsequent command. This is necessary to make the to the command line. - ::: + :::shell $ composer init $ composer require silverstripe/recipe-cms ^4.0@dev $ composer upgrade-recipe silverstripe/recipe-cms @@ -45,7 +45,7 @@ to the command line. Alternatively you can create a new project based on an existing recipe - ::: + :::shell $ composer create-project silverstripe/recipe-cms ./myssproject ^4.0@dev @@ -58,7 +58,7 @@ When upgrading a version constraint is recommended, but not necessary. If omitte version will be detected, and a safe default chosen. - ::: + :::shell $ composer upgrade-recipe silverstripe/recipe-cms ^1.0@dev