Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
alterphp authored Feb 19, 2018
1 parent a880c97 commit 75dcb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 75dcb01

Please sign in to comment.