From 3684c4781bccf02feb9986acba0b464d7a5591d8 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 31 Dec 2024 17:13:17 +0000 Subject: [PATCH] docs: add project description, setup instructions, and C logo to README - Add introductory paragraph explaining the project as a multipurpose load balancing intercepting proxy written in C - Include C programming language logo image in the README header section - Provide setup instructions for building and running the proxy server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97686be..194b447 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Pretty Good Server Multipurpose load balancing intercepting proxy written in C. + ## Introduction