diff --git a/README.md b/README.md index 844d179..410e494 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ end ```elixir config :books, MyApp.Repo, adapter: Ecto.Adapters.Postgres, - extensions: [{Isn, []}] + extensions: [{ISN, []}] ```