From b418f2db3285ee11e1d31a23b17dbf89b420a9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kr=C3=B3l?= Date: Tue, 7 May 2019 14:51:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 132f6a5..4c11152 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,9 @@ Import routing **on top** of your `config/routes.yaml` file: ```yaml # config/routes.yaml -bitbag_sylius_shipping_export_plugin: +bitbag_shipping_export_plugin: resource: "@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml" + prefix: /admin ``` ## Usage