From bafa8cbe4a482bff99ec23c1df61dbc84f69d75f Mon Sep 17 00:00:00 2001 From: fullgream Date: Mon, 17 Feb 2025 02:07:14 +0300 Subject: [PATCH] fix readme.md: replace ./ to module's name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")