From b8c6620c94bfdb805a4889dfdaedda44cef22783 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 10 Jan 2016 12:52:54 +0100 Subject: [PATCH] Fix typo in README: `Isn` -> `ISN` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []}] ```