README: update

This commit is contained in:
0x1eef 2023-08-25 20:46:43 -03:00
parent 26b7492907
commit 59f0c31c20

View file

@ -1,9 +1,9 @@
## About
isinetaddr is a simple C library that provides an interface that can
be used to validate one or more IPv4 addresses. Easy to extend
[testcases](test/isinetaddr_test.c) exist to verify safety and
correctness.
be used to validate one or more IPv4 addresses. The library is guided
by easy to extend [testcases](test/isinetaddr_test.c) that help verify
safety and correctness.
## Examples