Skip to content

Commit

Permalink
Merge pull request #81 from kboucher/kboucher/fix-documentation
Browse files Browse the repository at this point in the history
ISSUE-80: Update erroneous `jsUrl` value in README usage documentation
  • Loading branch information
sinankeskin authored Aug 4, 2022
2 parents 3e0471c + e311f2b commit b2fb2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var ENV = {
};

ENV['ember-g-recaptcha'] = {
jsUrl: 'https://www.google.com/recaptcha/api.js?render=explicit', // default
jsUrl: 'https://www.google.com/recaptcha/api.js', // default
sitekey: 'your-recaptcha-site-key',
hl: 'tr', // Ex: Turkish
};
Expand Down Expand Up @@ -178,7 +178,7 @@ var ENV = {
};

ENV['ember-g-recaptcha'] = {
jsUrl: 'https://www.google.com/recaptcha/api.js?render=explicit', // default
jsUrl: 'https://www.google.com/recaptcha/api.js', // default
sitekey: 'your-recaptcha-site-key',
};
```
Expand Down

0 comments on commit b2fb2ef

Please sign in to comment.