From 62de1dfcea4a5a748b8d170051752286c13118e9 Mon Sep 17 00:00:00 2001 From: igor Date: Wed, 18 Oct 2017 11:07:54 +0300 Subject: [PATCH] Fix installation doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6f9f2..15e7019 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This bundle integrates "darvinstudio/databaser" with Symfony. It allows to easil $ composer require darvinstudio/darvin-databaser-bundle ``` -2. Register it in your AppKernel class: +2. Register bundle in your AppKernel class: ```php // app/AppKernel.php