From cb780d976a9e522f6cb177f2fc7b1902379b274c Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Mon, 13 Jul 2020 16:20:30 +0200 Subject: [PATCH] Tiny readme.md fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6792bf3..105c48a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The extension allows you to include a registration form on any twig template. To add a registration form, just add the following to your twig file: ```twig - {{ registration_form(group='ROLE_MEMBER'f) }} + {{ registration_form(group='ROLE_MEMBER') }} ``` This line below will render a registration form with username, password and email @@ -213,4 +213,4 @@ For logging in: Each field function above takes an optional `withlabel` argument and the `labels` argument -that is also used by `registration_form`. \ No newline at end of file +that is also used by `registration_form`.