From 9c0c25b09c42a287017af33566ef27371c8e51a6 Mon Sep 17 00:00:00 2001 From: Anam hossain Date: Sun, 22 Oct 2017 12:47:11 +1100 Subject: [PATCH] Update doc's code style --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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()