From 59f0c31c20f702d5029595c52fbd8af490d70436 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 25 Aug 2023 20:46:43 -0300 Subject: [PATCH] README: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcfc57b..f2c543f 100644 --- a/README.md +++ b/README.md @@ -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