From 15bee25e9cee0e61718bad37ed4e4e888dbbeb53 Mon Sep 17 00:00:00 2001 From: Gregwar Date: Tue, 28 Apr 2020 10:43:03 +0200 Subject: [PATCH] Indentation in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 83e0247..2d3b189 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Configuration If you need to customize the global bundle configuration, you can create a `/config/packages/gregwar_captcha.yaml` file with your configuration: ``` yaml - gregwar_captcha: - width: 160 - height: 50 +gregwar_captcha: + width: 160 + height: 50 ``` Usage @@ -57,10 +57,10 @@ You can use the "captcha" type in your forms this way: ``` php add('captcha', CaptchaType::class); // That's all ! - // ... +use Gregwar\CaptchaBundle\Type\CaptchaType; +// ... +$builder->add('captcha', CaptchaType::class); // That's all ! +// ... ``` Note that the generated image will, by default, be embedded in the HTML document