From 75b241bb003830d244d120926395f854af4e63e2 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 10 Jan 2016 13:09:24 +0100 Subject: [PATCH] Fix formatting in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 410e494..045a87f 100644 --- a/README.md +++ b/README.md @@ -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, []}] ```