diff --git a/README.md b/README.md index b9ff91e..a96dd13 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ Just add `@captcha()` blade directive to the form. ```html
- {{ csrf_field() }} - - - - + {{ csrf_field() }} + + + +
@captcha()
@@ -109,11 +109,11 @@ Add `@invisiblecaptcha()` directive to the form where you want to appear the sub ```html - {{ csrf_field() }} - - - - + {{ csrf_field() }} + + + +
@invisiblecaptcha()