From 507b821bd57dfb7e3c15421bbb50c0be8601aeec Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 13 Nov 2024 10:12:02 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00bce8f..c3a3ac1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ccc -Soft fork of [fff](https://github.com/bogdan-the-great/fff) in C aiming for size and speed with no dependency, extensible with patches and configurable via `config.h` +Soft fork of [fff](https://github.com/bogdan-the-great/fff) in C aiming for size and speed with no dependency, hackable with patches and configurable via `config.h` The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity.