Skip to content

Commit 7b36dda

Browse files
authored
Update README.md
1 parent 4f798b9 commit 7b36dda

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,8 @@ For more details please check comments in config file.
8080

8181
#### Display reCAPTCHA v3
8282

83-
- Pass your action name in render(...) function
84-
- Each action should have its own mapped id which you have specified in setting file.
85-
8683
``` html
87-
{!! app('captcha')->display($attributes) !!}
84+
{!! app('captcha')->render($$action1,$action2...) !!}
8885
```
8986

9087
Or use Facade
@@ -110,14 +107,14 @@ Example Usage
110107
</form>
111108
```
112109

113-
114-
- You can pass multiple $action in render(...)
110+
- You can pass multiple $action in render(...)function
111+
- Each action should have its own mapped id which you have specified in setting file.
115112
- Please specify your id for the input below:
116113

117114
``` html
118115
<input type="hidden" id="your_id" name="g-recaptcha-response">
119116
```
120-
Note: all values should be registered in googlerecaptchav3 config file in 'setting' section
117+
Note: all values should be registered in googlerecaptchav3 config file in 'setting' section.
121118

122119

123120
#### Validation Class

0 commit comments

Comments
 (0)