From 59c928d8c2e548ed76018fa7de0ca5d5821c2e81 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Mon, 8 Apr 2019 13:14:14 +0300 Subject: [PATCH] Highlight syntax of code blocks in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 13f8203..5505e32 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This version of the bundle requires Symfony 2.1+ ### Step 1: Download EoHoneypotBundle using composer Add EoHoneypotBundle in your composer.json: -``` +```json { "require": { "eo/honeypot-bundle": "dev-master" @@ -30,14 +30,14 @@ Add EoHoneypotBundle in your composer.json: ``` Now tell composer to download the bundle by running the command: -``` +```bash $ php composer.phar update eo/honeypot-bundle ``` Composer will install the bundle to your project's vendor/eo directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: -``` +```php \HoneypotPrey` base class : -``` +```php