From 060cb2373a0facd53752ffaff2c49454967d8d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sat, 22 Mar 2025 18:57:45 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 668a14a..0968f4b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Futriix-json leverages [RapidJSON](https://rapidjson.org/), a high-performance J #### To build the module and run tests ```text -# Build valkey-server (unstable) and run integration tests +# Build futriix-server (unstable) and run integration tests ./build.sh ``` -The default valkey version is "unstable". To override it, do: +The default futriix version is "unstable". To override it, do: ```text -# Build valkey-server (8.0) and run integration tests +# Build futriix-server (8.0) and run integration tests SERVER_VERSION=8.0 ./build.sh ```