Skip to content

Commit 224bd01

Browse files
authored
Minor change to make copy-paste painless (#106)
1 parent 7882a01 commit 224bd01

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
@@ -42,7 +42,7 @@ config :my_app,
4242
ecto_repos: [MyApp.Repo]
4343

4444
config :my_app, MyApp.Repo,
45-
database: "path/to/my/database.db",
45+
database: "path/to/my/database.db"
4646
```
4747

4848
## Database Encryption

0 commit comments

Comments
 (0)