From 75dcb01e66bccc3dc6d761f6f5caad630168e16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9C=C3=A9?= Date: Mon, 19 Feb 2018 09:40:34 +0100 Subject: [PATCH] Fix documentation Fix https://github.com/alterphp/EasyAdminExtensionBundle/issues/19 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5fa076..4bddb5d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Instead of loading routes from EasyAdminBundle AdminController, load them from _ Symfony 4 directory structure : ```yaml # config/routes/easy_admin.yaml -easy_admin_bundle: +easy_admin: resource: '@EasyAdminExtensionBundle/Controller/AdminController.php' prefix: /admin type: annotation @@ -58,7 +58,7 @@ easy_admin_bundle: Former Symfony 2/3 directory structure : ```yaml # app/config/routing.yml -easy_admin_bundle: +easy_admin: resource: "@EasyAdminExtensionBundle/Controller/AdminController.php" prefix: /admin type: annotation