Skip to content

Commit

Permalink
Update README.md for SQL Cipher example
Browse files Browse the repository at this point in the history
Dashes are not valid for the key and will produce a syntax error.
  • Loading branch information
lawik authored Mar 20, 2024
1 parent ef3afa9 commit 2330b0b
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 @@ -68,7 +68,7 @@ Once you have `exqlite` configured, you can use the `:key` option in the databas
```elixir
config :my_app, MyApp.Repo,
database: "path/to/my/encrypted-database.db",
key: "super-secret'
key: "supersecret'
```
## Benchmarks
Expand Down

0 comments on commit 2330b0b

Please sign in to comment.