From cd4f7b3b37c20a71a7e08d9d7c96640151189fe3 Mon Sep 17 00:00:00 2001 From: Zaccharie Jacquat Date: Sat, 11 Mar 2017 08:36:28 +0545 Subject: [PATCH] Documentation update --- README.md | 6 +++--- invisible-recaptcha.html | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) 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 @@