From 3eb1fd7da16c940fbbb36e65b8b387b91cec8e3a Mon Sep 17 00:00:00 2001 From: Michael Skelton <886344+codingo@users.noreply.github.com> Date: Sun, 6 Jan 2019 17:18:31 +1000 Subject: [PATCH] Fix ports table markdown --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4d731ea..524265f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ Dependencies will then be installed and Interlace will be added to your path as ## Further information regarding ports (-p) -| Example | Notation Type | -|-------------------------| -| 1-80 | Dash notation, perform a command for each port from 1-80 | -| 80 | Single port | -| 80,443 | Perform a command for both port 80, and port 443 | +| Example | Notation Type | +|---------|----------------------------------------------------------| +| 80 | Single port | +| 1-80 | Dash notation, perform a command for each port from 1-80 | +| 80,443 | Perform a command for both port 80, and port 443 | ## Further information regarding targets (-t or -tL) Both `-t` and `-tL` will be processed the same. You can pass targets the same as you would when using nmap. This can be using CIDR notation, dash notatin, or a comma dilimited list of targets. A single target list file can also use different notation types per line.