We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ea33ee + dc1a007 commit aa0c61bCopy full SHA for aa0c61b
README.md
@@ -41,7 +41,7 @@ const lambdaCaptcha = require('lambda-captcha')
41
const SECRET = process.env.CAPTCHA_SECRET
42
43
function verify(encryptedCaptchaExpression, captchaSolution) {
44
- const captchaResult = captcha.verify(captchaExpression, captchaSolution, SECRET)
+ const captchaResult = lambdaCaptcha.verify(captchaExpression, captchaSolution, SECRET)
45
return captchaResult // either true on success or false if the solution was wrong
46
}
47
```
0 commit comments