Fix typo in README: `Isn` -> `ISN`

This commit is contained in:
Martin Frost 2016-01-10 12:52:54 +01:00
parent 151b74348c
commit b8c6620c94
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ end
```elixir
config :books, MyApp.Repo,
adapter: Ecto.Adapters.Postgres,
extensions: [{Isn, []}]
extensions: [{ISN, []}]
```