From df6915eb5e23c25f32f2a2ad3ed07b275a0f005f Mon Sep 17 00:00:00 2001 From: Gregwar Date: Tue, 28 Apr 2020 10:45:36 +0200 Subject: [PATCH] README details --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd87ce..1eddd95 100644 --- a/README.md +++ b/README.md @@ -132,14 +132,14 @@ The messages are using the translator, you can either change the `invalid_messag As URL ============ -To use a URL to generate a captcha image, you must add the bundle's routing configuration to your app/routing.yml file: +To use a URL to generate a captcha image, you must add the bundle's routing configuration to your `config/routes.yaml` file: ``` yaml gregwar_captcha_routing: resource: "@GregwarCaptchaBundle/Resources/config/routing/routing.yml" ``` -This will use the bundle's route of "/generate-captcha/{key}" to handle the generation. If this route conflicts with an application route, you can prefix the bundle's routes when you import: +This will use the bundle's route of `/generate-captcha/{key}` to handle the generation. If this route conflicts with an application route, you can prefix the bundle's routes when you import: ``` yaml gregwar_captcha_routing: