Skip to content

Commit 86b76bb

Browse files
authored
Update README.md for SQL Cipher example (#142)
Dashes are not valid for the key and will produce a syntax error.
1 parent ef3afa9 commit 86b76bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once you have `exqlite` configured, you can use the `:key` option in the databas
6868
```elixir
6969
config :my_app, MyApp.Repo,
7070
database: "path/to/my/encrypted-database.db",
71-
key: "super-secret'
71+
key: "supersecret'
7272
```
7373
7474
## Benchmarks

0 commit comments

Comments
 (0)