Update README.md

This commit is contained in:
seajee
2025-04-25 01:54:57 +02:00
parent 04c671220e
commit 5d0087aa97

View File

@@ -2,6 +2,9 @@
A simple C socket library wrapper. Supporting TCP and UDP via IPv4 and IPv6. 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 ## Quick start
There are many examples in the repository that show how this library There are many examples in the repository that show how this library