fix readme.md: replace ./ to module's name
This commit is contained in:
parent
82a9455ef1
commit
bafa8cbe4a
@ -7,7 +7,7 @@ npm i draw-captcha
|
|||||||
```
|
```
|
||||||
## Simple usage
|
## Simple usage
|
||||||
```js
|
```js
|
||||||
const captcha = require("./");
|
const captcha = require("draw-captcha");
|
||||||
|
|
||||||
const c = new captcha.MasterCaptcha(true);
|
const c = new captcha.MasterCaptcha(true);
|
||||||
c.setupRandomCaptcha("./here.jpg")
|
c.setupRandomCaptcha("./here.jpg")
|
||||||
|
Loading…
Reference in New Issue
Block a user