From 859a37bf08662bc6c36269154d1d8420272abb7c Mon Sep 17 00:00:00 2001 From: Derik Olsson Date: Tue, 19 Mar 2024 22:27:32 -0500 Subject: [PATCH] README: Fix link to 6-1-maintenance branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 781a33b0a..7b646bfd1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ According to [RSpec Rails new versioning strategy][] use: ## Installation **IMPORTANT** This README / branch refers to the current development build. -See the [`6-1-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/6-0-maintenance) if you want or require the latest stable release. +See the [`6-1-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/6-1-maintenance) if you want or require the latest stable release. 1. Add `rspec-rails` to **both** the `:development` and `:test` groups of your app’s `Gemfile`: