From fdef3db5e64e4b95b3b11cae83c8e561923ce757 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 3 Oct 2019 12:49:01 +0300 Subject: [PATCH] Feature(README): Fix syntax highlight --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9344c..7c673ff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ HStoreBundle requires Symfony 2.3 or higher. Require the bundle in your `composer.json` file: -````json +```json { "require": { "intaro/hstore-bundle": "~0.0.2",