diff --git a/README.md b/README.md index bdd27ab..25260bd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To show the hCaptcha you need to modify the registration template. You can find window.onload = function(){ m = new mosparo( 'mosparo-box', - '${mosparoHost}', + 'https://${mosparoHost}', '${mosparoUuid}', '${mosparoPublicKey}', { loadCssResource: true } @@ -54,6 +54,7 @@ To show the hCaptcha you need to modify the registration template. You can find + ``` Registration Template