Fix formatting in README
This commit is contained in:
parent
de2a96140d
commit
75b241bb00
|
|
@ -52,8 +52,8 @@ end
|
||||||
3. Register the postgrex extension in your Repo config
|
3. Register the postgrex extension in your Repo config
|
||||||
```elixir
|
```elixir
|
||||||
config :books, MyApp.Repo,
|
config :books, MyApp.Repo,
|
||||||
adapter: Ecto.Adapters.Postgres,
|
adapter: Ecto.Adapters.Postgres,
|
||||||
extensions: [{ISN, []}]
|
extensions: [{ISN, []}]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue