From b68967439e12559def56c347edeb970cbd2c3d0c Mon Sep 17 00:00:00 2001 From: Alex <33525876+p0f1g1st@users.noreply.github.com> Date: Sat, 3 Feb 2018 19:32:25 +0200 Subject: [PATCH] correct type (namp => nmap) --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 40b5cc6..418f0f0 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[] ==== Description -This codec is used to parse https://nmap.org/[namp] output data which is serialized in XML format. Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. +This codec is used to parse https://nmap.org/[nmap] output data which is serialized in XML format. Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing. For more information on nmap, see https://nmap.org/. This codec can only be used for decoding data.