From 1b06ededee96f40633cb5a187efc5cac32647f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BCderli?= Date: Wed, 12 Aug 2026 16:34:47 +0200 Subject: [PATCH] fixed typo.. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ffd5ad1..dc05c37 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Stored is a simple KV server. ## Features - Multiple connection protocolls supported [TCP|Unix Domain Socket|Message Queue|Shared Memory (single client)] - Basic, non-persistent KV operations supported -- Dynamic design for easy extandability +- Dynamic design for easy extensibility - Proper error handling - Full interactive client repl cli @@ -21,5 +21,3 @@ $ cd client && make run type `.help` for an overview of commands. That's it! - -##