From 63fd6e9abf61a24514fad631bb0f0de15e315368 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Tue, 21 Feb 2023 15:24:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5859c5089c..0a1d75e916 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ node-redis is a modern, high performance [Redis](https://redis.io) client for No ## Installation -Make sure that you have Redis Stack, either [running locally on your machine](https://redis.io/docs/stack/get-started/install/) or [in the cloud](https://redis.com/try-free/). +Make sure that you have a Redis server, either [locally on your machine](https://redis.io/docs/stack/get-started/install/) or [in the cloud](https://redis.com/try-free/). To install node-redis, simply: