aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 96562c0..03d98a3 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,8 @@ Minimal, single-header dynamic array (vector) for C.
- Type-safe via macro code generation (not macro function calls)
- ANSI C
- Header-only
-- Dynamic resizing with configurable growth factor
+- Dynamic resizing
- Configurable memory allocators
-- Full memory management with overflow protection
## Quick Start