Skip to content

Commit

Permalink
Fix sqlite casing
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 11, 2024
1 parent 9776fc7 commit 142ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Solid Cable is configured by default in new Rails 8 applications. But if you're

This will configure Solid Cable as the production cable adapter by overwritting `config/cable.yml` and create `db/cable_schema.rb`.

You will then have to add the configuration for the cable database in `config/database.yml`. If you're using sqlite, it'll look like this:
You will then have to add the configuration for the cable database in `config/database.yml`. If you're using SQLite, it'll look like this:

```yaml
production:
Expand Down

0 comments on commit 142ab1f

Please sign in to comment.