From 4defe4b6c81413067c0275990509caadba230e65 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 27 Mar 2026 20:13:19 +0000 Subject: [PATCH] update readme --- REAMDE.md => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename REAMDE.md => README.md (98%) diff --git a/REAMDE.md b/README.md similarity index 98% rename from REAMDE.md rename to README.md index 2e6ce76..9a8f79d 100644 --- a/REAMDE.md +++ b/README.md @@ -5,7 +5,7 @@ Socket programming examples in strict C90 and modern Python3. ## Build & Run C90 Examples ``` -make clean && make all +make clean && make all ``` Builds 9 binaries in `build/` (strict `-std=c90 -pedantic -Wall -Wextra -Werror`).