Skip to content

Commit

Permalink
chore: adjusted readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jan 4, 2025
1 parent 2f306db commit 43975ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ With this library you can store IPv6 addresses in a more compact form. It's Base
## Usage

```py
from rfc1924 import *
from rfc1924 import encode, decode

print(encode("2345:0425:2CA1::0567:5673:23b5")) # -> AN?6(i3Y+yVr74uX@J3P
print(decode("AN?6(i3Y+yVr74uX@J3P")) # -> 2345:0425:2CA1::0567:5673:23b5
Expand Down

0 comments on commit 43975ef

Please sign in to comment.