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.