Skip to content

Commit 09d9cfd

Browse files
jonathanhefnerrosa
authored andcommitted
Fix configuration example in README
`solid_queue.config.connects_to` => `config.solid_queue.connects_to`
1 parent 4b6ba9c commit 09d9cfd

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
@@ -240,7 +240,7 @@ If you prefer not to rely on this, or avoid relying on it unintentionally, you s
240240
```
241241

242242
```ruby
243-
solid_queue.config.connects_to { database: { writing: :primary, reading: :replica } }
243+
config.solid_queue.connects_to = { database: { writing: :primary, reading: :replica } }
244244
```
245245

246246
## Inspiration

0 commit comments

Comments
 (0)