diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 19:58:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 19:58:29 +0100 |
commit | d9b53fb6b01edc9658c9075bd988111bf2eb1365 (patch) | |
tree | d636206405a0da6e415fd83d022acfc90f286f19 | |
parent | 44c74f36336a62dd0e2aeeefbc53ac4ea2a5d200 (diff) |
Fix casing
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |