From 8631af5f501214c1e2603ff581ed26ac0ae95bbb Mon Sep 17 00:00:00 2001 From: Antoine Guigan Date: Sat, 24 May 2014 18:15:51 +0200 Subject: [PATCH] Updated installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e6926..acc462e 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ From your application root: $ php composer.phar require --prefer-dist "akeneo/excel-connector-bundle" -Register the bundle by adding the following line inside the `app/AppKernel.php` file, just before the "return $bundles;" line: +Register the bundle by adding the following lines inside the `app/AppKernel.php` file, just before the "return $bundles;" line: + $bundles[] = new Akeneo\Bundle\SpreadsheetParserBundle\SpreadsheetParserBundle(); $bundles[] = new Pim\Bundle\ExcelConnectorBundle\PimExcelConnectorBundle();