Skip to content

Commit

Permalink
Tiny readme.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev authored Jul 13, 2020
1 parent 0538ac7 commit cb780d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.
that is also used by `registration_form`.

0 comments on commit cb780d9

Please sign in to comment.