Skip to content

Commit c9926eb

Browse files
kfinndjmb
authored andcommitted
Fix a documentation error
Replace "queue database" with "cache database".
1 parent ddc9e83 commit c9926eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Solid Cache is configured by default in new Rails 8 applications. But if you're
1111

1212
This will configure Solid Cache as the production cache store, create `config/cache.yml`, and create `db/cache_schema.rb`.
1313

14-
You will then have to add the configuration for the queue database in `config/database.yml`. If you're using sqlite, it'll look like this:
14+
You will then have to add the configuration for the cache database in `config/database.yml`. If you're using sqlite, it'll look like this:
1515

1616
```yaml
1717
production:

0 commit comments

Comments
 (0)