Skip to content

Commit

Permalink
review changes README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashkarmakar787 authored Jan 14, 2025
1 parent a6dd839 commit 66ec884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ Recaptcha.configure do |config|
config.secret_key = '6Lc6BAAAAAAAAKN3DRm6VA_xxxxxxxxxxxxxxxxx'
config.verify_url = 'https://hcaptcha.com/siteverify'
config.api_server_url = 'https://hcaptcha.com/1/api.js'
config.response_limit = { max: 100000, min: 100 }
config.response_limit = 100000
config.response_minimum = 100
end
```

Expand Down

0 comments on commit 66ec884

Please sign in to comment.