ip2cidr

Small and simple program for converting a netmask into a CIDR
git clone https://noxz.tech/git/ip2cidr.git
Log | Files | README | LICENSE

commit: 16de197bbe8cc4a2b370507a7b494879612d20c8
parent: 575821bddfc6c8c89a797c7abacfad74f7f84822
author: z0noxz <chris@noxz.tech>
date:   Tue, 7 Aug 2018 14:13:01 +0200
spelling error fix
MREADME.md4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
 ip2cidr
 ======
-ip2cidr is a small and simple program for converting ip address (mask) into a
-CIDR, or retunring an already valid one.
+`ip2cidr` is a small and simple program for converting an ip address (mask)
+into a CIDR, or returning an already valid CIDR.
 
 Installation
 ------------