summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 18:10:13 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 18:10:13 +0100
commitd036b496a24dadcb8124807010aacaa17242aaa8 (patch)
treed2cdedb0c2234fd1c32f4b41b9661b173701af06 /README.md
parentf625498556945cc0d6e9ecab5149f54e33ede275 (diff)
downloadnonstd-d036b496a24dadcb8124807010aacaa17242aaa8.tar.gz
Better wording in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5e17f8b..d56be50 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
**nonstd** is a single-header C library providing a collection of "non-standard"
but highly useful utilities, data structures, and type definitions that are
often missing from the C standard library. It aims to make C programming more
-ergonomic and productive without the overhead of large frameworks. It aims to be
-C99 compliant.
+ergonomic and productive. It aims to be C99 compliant.
> [!IMPORTANT]
> There are more involved libraries out there providing better granularity