From d9b53fb6b01edc9658c9075bd988111bf2eb1365 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 28 Dec 2023 19:58:29 +0100 Subject: Fix casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e256438..4766659 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ CBS is a single-header library for writing build scripts in C. The philosophy behind this project is that the only tool you should ever need to build your C projects is a C compiler. Not Make, not Cmake, not -autoconf — just a C compiler. +Autoconf — just a C compiler. Using C for your build system also has numerous advantages. C is portable to almost any platform, C is a turing-complete language that -- cgit v1.2.3