diff --git a/README.md b/README.md index a9eb53b..cc8c548 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ # -A Polymer Invisible Recaptcha web-component for 🤖 detection (Polymer 1.x) +A Polymer [Invisible Recaptcha](https://www.google.com/recaptcha) web-component for 🤖 detection (Polymer 1.x) `` is an web-component implementation of the Invisible Recaptcha by Google. ### How to detect 🤖 : -1. You need to get an API Key here: http://www.google.com/recaptcha/admin (select invisible Recaptcha) +1. You need to get an API Key [here](http://www.google.com/recaptcha/admin) (select invisible Recaptcha) 2. Place the element where you want 3. When you want to make the verification, just call the verify function. 4. Wait the end of the verification. `verification-finished` will fire. -5. Verify the token with your backend. see https://developers.google.com/recaptcha/docs/verify for more informations. +5. Verify the token with your backend. [Full documentation](https://developers.google.com/recaptcha/docs/verify) ### How to use inside shadow-dom : diff --git a/invisible-recaptcha.html b/invisible-recaptcha.html index b5e9161..54dfbe8 100644 --- a/invisible-recaptcha.html +++ b/invisible-recaptcha.html @@ -1,7 +1,7 @@