From 693f08440f9255ff8e2f2389b37c64dff293134c Mon Sep 17 00:00:00 2001 From: bean Date: Thu, 17 Sep 2020 00:24:21 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abb305e..3c156e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GoWC A fast & accurate tool to clean **wildcards** from **massdns output file**. -This is **not** a wrapper. A wrapper will have massdns's parameters fixed inside, what is not recommended. Massdns should be used in flexible way. +This is **not** a wrapper. A wrapper will have massdns's parameters fixed inside, what is not recommended. Massdns should be used in flexible way. Generally, algorithm is based on [puredns](https://github.com/d3mondev/puredns), but there are few changes to make the algorithm more accurate and faster. *I am very new at Golang so this project may has few bugs.*