fix readme.md: replace ./ to module's name

This commit is contained in:
fullgream 2025-02-17 02:07:14 +03:00
parent 82a9455ef1
commit bafa8cbe4a

View File

@ -7,7 +7,7 @@ npm i draw-captcha
```
## Simple usage
```js
const captcha = require("./");
const captcha = require("draw-captcha");
const c = new captcha.MasterCaptcha(true);
c.setupRandomCaptcha("./here.jpg")