From c4578d3240a57c01f2dbdd0659c67e704bea623e Mon Sep 17 00:00:00 2001 From: Henry Stanley Date: Fri, 13 Oct 2023 15:54:36 +0100 Subject: [PATCH] Fix README anchor link Fixes link to Active Job Integration in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e76d8b3fc..6f7025eee 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ It's composed of 10 modules: - [Integration tests](#integration-tests) - [OmniAuth](#omniauth) - [Configuring multiple models](#configuring-multiple-models) - - [ActiveJob Integration](#activejob-integration) + - [Active Job Integration](#active-job-integration) - [Password reset tokens and Rails logs](#password-reset-tokens-and-rails-logs) - [Other ORMs](#other-orms) - [Rails API mode](#rails-api-mode)