diff --git a/README.md b/README.md index 458b6e3..ed5f9d9 100644 --- a/README.md +++ b/README.md @@ -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")