Skip to content

Commit 55e2021

Browse files
authored
DATABASES missed comma fixed (#2)
2 parents 20d1eee + c53f2bb commit 55e2021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And finally, update your `DATABASES` configuration and change the `ENGINE` field
1818
DATABASES = {
1919
'default': {
2020
'ENGINE': 'django_psdb_engine',
21-
...
21+
...,
2222
'OPTIONS': {'ssl': {'ca': ...}}
2323
}
2424
}
@@ -36,4 +36,4 @@ DATABASES = {
3636
- mysqlclient >= 2.1.0
3737

3838
### License
39-
Free software: [MIT license](LICENSE)
39+
Free software: [MIT license](LICENSE)

0 commit comments

Comments
 (0)