Fix formatting in README

This commit is contained in:
Martin Frost 2016-01-10 13:09:24 +01:00
parent de2a96140d
commit 75b241bb00
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ end
3. Register the postgrex extension in your Repo config
```elixir
config :books, MyApp.Repo,
adapter: Ecto.Adapters.Postgres,
extensions: [{ISN, []}]
adapter: Ecto.Adapters.Postgres,
extensions: [{ISN, []}]
```