From 7fb736b740a0c7d6f5d85a927934044fe210f546 Mon Sep 17 00:00:00 2001 From: Mike Evstropov Date: Tue, 9 Aug 2016 14:55:57 +0700 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd20055..27c62d7 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Include 'MevSortableTreeBundle:SortableBundle' to third service argument - { name: sonata.admin, manager_type: orm, label: Category } ``` -Create new routes and field action in Admin Class: +Create new routes and the action field in Admin Class: ```php // src/AppBundle/Admin/CategoryAdmin.php