Skip to content

Commit

Permalink
Update doc's code style
Browse files Browse the repository at this point in the history
  • Loading branch information
anam-hossain committed Oct 22, 2017
1 parent 0ea2ddd commit 9c0c25b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ Just add `@captcha()` blade directive to the form.

```html
<form method="POST" action="/captcha" id="captcha-form">
{{ csrf_field() }}
<label>Name</label>
<input type="text" name="name">
<label>Your message</label>
<textarea name="message" rows="5"></textarea>
{{ csrf_field() }}
<label>Name</label>
<input type="text" name="name">
<label>Your message</label>
<textarea name="message" rows="5"></textarea>
<br>
@captcha()
<br>
Expand All @@ -109,11 +109,11 @@ Add `@invisiblecaptcha()` directive to the form where you want to appear the sub

```html
<form method="POST" action="/captcha" id="captcha-form">
{{ csrf_field() }}
<label>Name</label>
<input type="text" name="name">
<label>Your message</label>
<textarea name="message" rows="5"></textarea>
{{ csrf_field() }}
<label>Name</label>
<input type="text" name="name">
<label>Your message</label>
<textarea name="message" rows="5"></textarea>
<br>
@invisiblecaptcha()
</form>
Expand Down

0 comments on commit 9c0c25b

Please sign in to comment.