From 5d0087aa97511e2e7fdf6e150ea6f53c32ecd024 Mon Sep 17 00:00:00 2001 From: seajee Date: Fri, 25 Apr 2025 01:54:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d25e751..53309c3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A simple C socket library wrapper. Supporting TCP and UDP via IPv4 and IPv6. +For more added simplicity, the library is written in a single header library +style. + ## Quick start There are many examples in the repository that show how this library