From de52702f8de8fdc6dedb504314d0c622ff2352ea Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Wed, 1 Jan 2025 19:21:24 +0100 Subject: [PATCH] Small wording change in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b9201c..2b7bf8b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The recommended installation method is with the [pipx](https://pipx.pypa.io/stab $ pipx install pssecret-server ``` -For faster performance, install application with [hiredis](https://github.com/redis/hiredis) support. +For better performance, install application with [hiredis](https://github.com/redis/hiredis) support. ```console $ pipx install pssecret-server[hiredis]