From 653401b45f7b34b599e7a600b22207cac932e1f8 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Mon, 6 Sep 2021 10:39:19 +0430 Subject: [PATCH] minor word improvement in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f005868..2dfa2b9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ git clone https://aur.archlinux.org/unimap.git && cd unimap && makepkg -si * Unimap is preconfigured to run on faster networks (cloud VPS), if you run a scan in a home network that doesn't have too much capacity you will end up disconnected from network. * The previously doesn't mean you can not use Unimap from your home, just adjust the number of `--threads` and `--min-rate` (being it the most important). -* We do not wrap Nmap in any way or scan ports on our own, we use the right Nmap options to get the most performance, Nmap rocks and it's the faster ports scanner that currently exists. +* We do not wrap Nmap in any way or scan ports on our own, we use the right Nmap options to get the most performance, Nmap rocks and it's the fastest port scanner that currently exists. * We parse Nmap output data and give you more understandable output while also preventing you to scan the same IP several times, **it's our main goal** . # Found a bug?