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! - -##