From 5b17128a4ea0942b5580df185d465e8a76179071 Mon Sep 17 00:00:00 2001 From: Kevin ALavik Date: Sun, 8 Jun 2025 01:06:09 +0200 Subject: [PATCH] docs: Update README --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b105b74..e6afcf1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # ckit -A minimal collection of reusable C headers -## Header List -- [arena.h](arena.h): Minimal, Portable Freestanding Arena Allocator +A minimal collection of reusable C headers for modern C projects. + +## Available Headers + +- [`arena.h`](arena.h): Minimal, portable, and freestanding arena allocator. + +## License + +This project is licensed under the Apache 2.0 License as part of Piraterna. See [LICENSE](LICENSE) for details.