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.*