diff --git a/README.md b/README.md index c2eb02c..6f5e9e8 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Check if `input` is a IPv6 CIDR address. Returns a boolean. ## Related -- [cidr-regex](https://github.com/silverwind/cidr-regex) - Regular expression for matching IP addresses in CIDR notation -- [is-ip](https://github.com/sindresorhus/is-ip) - Check if a string is an IP address +- [cidr-regex](https://github.com/silverwind/cidr-regex) - Check if a string is an IP address in CIDR notation +- [is-ip](https://github.com/sindresorhus/is-ip) - Check if a string is an IP address - [ip-regex](https://github.com/sindresorhus/ip-regex) - Regular expression for matching IP addresses - [ip-bigint](https://github.com/silverwind/ip-bigint) - Convert IPv4 and IPv6 addresses to native BigInt and vice-versa - [cidr-tools](https://github.com/silverwind/cidr-tools) - Tools to work with IPv4 and IPv6 CIDR network lists