Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi committed Feb 9, 2024
1 parent d1f1dd4 commit 0238a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Once you have included the necessary dependencies, you can use the `@hcaptcha/lo
<div id="h-captcha" data-sitekey="YOUR_SITE_KEY"></div>
<script type="text/javascript">
var element = document.createElement('div');
window.hcaptcha.render(element, {
window.hCaptchaLoader.render(element, {
sitekey: 'YOUR_SITE_KEY',
// Additional options here
});
Expand Down

0 comments on commit 0238a92

Please sign in to comment.