From b1cdc421937298a9f5f3bea276c766ad75fd2e28 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:21:44 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a68efb65..7fdf33b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # ZaString ![ZaString logo](assets/logo.png) @@ -288,7 +290,7 @@ var result = builder.AsSpan(); // Zero allocation - `AsSpan()` - Get result as `ReadOnlySpan` - `ToString()` - Get result as string (allocates) - `Clear()` - Reset builder for reuse -- `SetLength(int)` - Set current length +- `SetLength(int)` - Truncate to a specified length - `RemoveLast(int)` - Remove characters from end ### Extension Methods