From c93f917b6a498ed1729a68d488e8fba395a070e5 Mon Sep 17 00:00:00 2001 From: Jordan Elver Date: Sat, 7 Oct 2023 23:08:33 +0200 Subject: [PATCH] Update README.md Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 125e7e4..ea28ac6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ bin/rails db:migrate There are two options that can be set on the engine: - `executor` - the [Rails executor](https://guides.rubyonrails.org/threading_and_code_execution.html#executor) used to wrap asynchronous operations, defaults to the app executor -- `connects_to` - a custom connects to value for the abstract `SolidCache::Record` active record model. Requires for sharding and/or using a separate cache database to the main app. +- `connects_to` - a custom connects to value for the abstract `SolidCache::Record` active record model. Required for sharding and/or using a separate cache database to the main app. These can be set in your Rails configuration: