Skip to content

Commit 7f1b2d0

Browse files
authored
Fixed indentation for the adapter line in the README’s cable.yaml example
1 parent b61bbdf commit 7f1b2d0

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
@@ -127,7 +127,7 @@ In `config/cable.yml`
127127
```diff
128128
development:
129129
- adapter: async
130-
+ adapter: solid_cable
130+
+ adapter: solid_cable
131131
+ connects_to:
132132
+ database:
133133
+ writing: cable

0 commit comments

Comments
 (0)