Fix README

This commit is contained in:
FullGreaM 2025-12-28 16:35:17 +03:00
parent d19e6685cf
commit 47633f8a20

View File

@ -28,7 +28,7 @@ You can include this widget in your HTML (take code from widget/opc-widget.html)
<a href="https://git.fullgream.tech/fullgream/openpuzzle-captcha">OpenPuzzle Captcha</a> <a href="https://git.fullgream.tech/fullgream/openpuzzle-captcha">OpenPuzzle Captcha</a>
</div> </div>
``` ```
And in your Java Script: And in your JavaScript:
```js ```js
// Take opc-widget.js from widget/opc-widget.js // Take opc-widget.js from widget/opc-widget.js
import { initOPCWidgets } from "/path/to/opc-widget.js"; import { initOPCWidgets } from "/path/to/opc-widget.js";