From 9c94eb001b81f0db89a1c477fb354641f97eba3d Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Sat, 25 Mar 2023 11:30:07 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114c3cc..ac8b15a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To use the library, simply include the header file: ... ``` and link the library: -` gcc example.c -o example -leasysock` +`gcc example.c -o example -leasysock` ___ This file was written using [Dillinger](https://dillinger.io).