fixed typo..

This commit is contained in:
2026-08-12 16:34:47 +02:00
parent 01dfcdbf71
commit 1b06ededee
+1 -3
View File
@@ -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!
##