diff --git a/README.md b/README.md index 7bbb281..311053e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/47e878568ce04a819e82af10d3734062)](https://www.codacy.com/gh/JustinTimperio/gomap/dashboard?utm_source=github.com&utm_medium=referral&utm_content=JustinTimperio/gomap&utm_campaign=Badge_Grade) ## What is gomap? -Gomap is a fully self-contained nmap like module for Golang. Unlike other projects which provide nmap C bindings or rely on other local dependencies, gomap is a fully implemented in pure Go. Gomap imports zero non-core modules making it ideal solution for application that have zero control on the clients operating system. Since this is a small library, it only focuses on providing a few core features for application. For the most part its API is stable with changes being applied to its unexposed internal scanning functions. +Gomap is a fully self-contained nmap like module for Golang. Unlike other projects which provide nmap C bindings or rely on other local dependencies, gomap is a fully implemented in pure Go. Gomap imports zero non-core modules making it ideal for applications that have zero control on the clients operating system. Since this is a small library, it only focuses on providing a few core features. For the most part its API is stable with changes being applied to its unexposed internal scanning functions. ## Features