From 181bcc1a0051db8c67b676c564be273a5892acd1 Mon Sep 17 00:00:00 2001 From: Nixon Date: Tue, 8 Oct 2024 03:11:24 -0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea87fb8..eb664dd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The purpose of authentication zero is to generate a pre-built authentication sys $ bundle add authentication-zero ``` -If you are using Rails < 8, you must use version 3. +If you are using Rails < 7.2, you must use version 3. ``` $ bundle add authentication-zero --version "~> 3"