From fbc1a4210fefea86049fe6e81527d54c31007121 Mon Sep 17 00:00:00 2001 From: Frantz Roulet Date: Mon, 6 Feb 2017 09:58:40 +0100 Subject: [PATCH] Update README.md Fixed the composer require command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9cb742..f93d023 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Installation --- 1) Download via composer the bundle - composer require huitiemesens/functionalTestGeneratorBundle + composer require huitiemesens/functional-test-generator 2) Add the bundle to your AppKernel.php under your dev/test environnement new huitiemesens\FunctionalTestGeneratorBundle\FunctionalTestGeneratorBundle(),