Skip to content

Commit aa0c61b

Browse files
authored
Merge pull request #4 from heldr/patch-1
Doc fixes
2 parents 3ea33ee + dc1a007 commit aa0c61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const lambdaCaptcha = require('lambda-captcha')
4141
const SECRET = process.env.CAPTCHA_SECRET
4242

4343
function verify(encryptedCaptchaExpression, captchaSolution) {
44-
const captchaResult = captcha.verify(captchaExpression, captchaSolution, SECRET)
44+
const captchaResult = lambdaCaptcha.verify(captchaExpression, captchaSolution, SECRET)
4545
return captchaResult // either true on success or false if the solution was wrong
4646
}
4747
```

0 commit comments

Comments
 (0)