diff --git a/README.md b/README.md index 9a639ed..082200c 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,9 @@ Returns a `parsed` Object which is used internally by this module. It can be use ## Related - [is-cidr](https://github.com/silverwind/is-cidr) - Check if a string is an IP address in CIDR notation +- [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 © [silverwind](https://github.com/silverwind), distributed under BSD licence.