We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c39e6 commit ce0ae57Copy full SHA for ce0ae57
1 file changed
README.md
@@ -52,7 +52,7 @@ $api_result = $cleantalk_antispam->handle();
52
### Step 2.1 - add js lib to your html template
53
_Need for gathering frontend data._
54
```html
55
-<script src="https://moderate.cleantalk.org/ct-bot-detector-wrapper.js" defer></script>
+<script src="https://fd.cleantalk.org/ct-bot-detector-wrapper.js" defer></script>
56
```
57
and do not forget to add additional parameter to the request
58
```php linenums="3"
0 commit comments