From 97a8621e85189611c3e6384cce8de26bdc63a785 Mon Sep 17 00:00:00 2001
From: Kainoa Kanter <kainoa@t1c.dev>
Date: Wed, 7 Dec 2022 04:37:43 +0000
Subject: [PATCH] Redis v6 is minimum

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9917a70ab..13ce4d3d5 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ This guide will work for both **starting from scratch** and **migrating from Mis
 - 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v19 recommended)
   - Install with [nvm](https://github.com/nvm-sh/nvm)
 - 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
-- 🐲 At least [DragonflyDB](https://github.com/dragonflydb/dragonfly) or [Redis](https://redis.io/) v6
+- 🐲 At least [DragonflyDB](https://github.com/dragonflydb/dragonfly) or at least [Redis](https://redis.io/) v6
 	- DragonflyDB is a drop-in replacement for Redis that's a lot faster, but will break Bull Dashoard.
 
 ### 😗 Optional dependencies