From cd865a5cdf97e919ce53de6a28795870617b0eae Mon Sep 17 00:00:00 2001 From: Francesco Cozzuto Date: Mon, 17 Nov 2025 13:04:56 +0100 Subject: [PATCH] Simplify Features bullet points to make them easier to read --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba4aca3..ad822cb 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ int main(void) - Cross-platform (runs on Windows and Linux) - Automatic Replication & Self-Healing -- Automatic content deduplication: File contents are de-duplicated automatically with content-addressing. -- Configurable chunk sizes: Each file can have different chunk size optimized for its use case -- Zero dependencies: Pure C implementation with no external libraries +- Automatic content deduplication via internal content-addressing +- Configurable file chunk sizes +- Small and understandable But ToastyFS is still in early development, so here are the missing features: