summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-23 00:02:07 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-23 00:02:07 +0100
commitd0f5be14558e2b0cc506654bd45bb6d81553c456 (patch)
tree6f4e4d9055ef9b61c5f87ba7bdf1a572e7a399a1 /README.md
parent91ab3ae0147712b549e4ec086818f847fd23e12f (diff)
downloadnonstd-d0f5be14558e2b0cc506654bd45bb6d81553c456.tar.gz
Update to readme and added UNREACHABLE and TODO macros
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a985e82..009af3f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ ergonomic and productive. It aims to be C99 compliant.
> [!IMPORTANT]
> There are more involved libraries out there providing better granularity
> and functionality. This library is intended for ease of use first and
-> foremost. It is not a replacement for those libraries.
+> foremost. It is not a replacement for those libraries. Use at your own risk.
## Features
@@ -220,3 +220,7 @@ To build and run the tests:
```bash
make test
```
+
+## Acknowledgments
+
+- https://github.com/tsoding/nob.h \ No newline at end of file