From 851947590cea4e7df3f551fb0ba61c1740866c0c Mon Sep 17 00:00:00 2001 From: Sean C Foley Date: Mon, 28 Nov 2022 01:09:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa1615..0670170 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Go](https://golang.org/) library for handling IP addresses and subnets, both IPv4 and IPv6 -IP address and network manipulation, CIDR, operations, iterations, containment checks, longest prefix match, subnetting, and data structures, with polymporphic code +IP address and network manipulation, CIDR, operations, iterations, containment checks, longest prefix match, subnetting, and data structures, with polymorphic code [View Project Page](https://seancfoley.github.io/IPAddress/)