diff --git a/README.md b/README.md index c53b1d5..ddae625 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ports=scan(host=host, end=500, start=0, dev_mode = False) # cloudflare detected=is_cloudflare(host=host, schema=schema) # honeypot -honeypot=is_honeypot(host=host) +honeypot=is_honeypot(host=host, score=False) ```