diff --git a/README.md b/README.md index 567962b..3697325 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# 6to4_converter +# IPv4 to 6to4 Address Converter Simple script to convert IPv4 addresses to 6to4 addresses. See RFC 3056 for details. -# How to Use +## How to Use IPv4 addresses are entered in the form x.x.x.x without a mask or CIDR. Equivalent 6to4 address will be given as output, with prefix. This script must be ran with Python 3