Skip to content

Commit c2e1f74

Browse files
authored
Update README.md
1 parent 76f121b commit c2e1f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ HCaptcha::shouldReceive('verifyResponse')
142142
->once()
143143
->andReturn(true);
144144

145-
// POST request, with request body including g-recaptcha-response
145+
// POST request, with request body including `h-captcha-response`
146146
$response = $this->json('POST', '/register', [
147147
'h-captcha-response' => '1',
148148
'name' => 'John',

0 commit comments

Comments
 (0)