From 0d68387e3fb515577f45445037e7e66679b7461a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kr=C3=B3l?= Date: Tue, 12 Feb 2019 10:56:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a43b3c8d..6205102c 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Add plugin dependencies to your `config/bundles.php` file: return [ ... - \FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true], - \BitBag\SyliusElasticsearchPlugin\BitBagSyliusElasticsearchPlugin => ['all' => true], + FOS\ElasticaBundle\FOSElasticaBundle::class => ['all' => true], + BitBag\SyliusElasticsearchPlugin\BitBagSyliusElasticsearchPlugin => ['all' => true], ]; ```