Skip to content

Commit 3c5bded

Browse files
authored
Update README.md
1 parent cd6ff70 commit 3c5bded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ For having a visible ReCaptcha, you should make two minor changes on the above-m
131131
### 4. Implement code server side to validate the response
132132

133133
```
134+
import * as request from 'request'; // from "web-request": "^1.0.7",
135+
134136
async check(recaptchaResponse: string, remoteAddress: string): Promise<boolean> {
135137
const secretKey = "";
136138
return new Promise<boolean>((resolve, reject) => {

0 commit comments

Comments
 (0)