From 16fd87992ab88a7c031ed013f2f5eb28953fa815 Mon Sep 17 00:00:00 2001 From: Zen Savona Date: Thu, 13 Dec 2018 15:08:41 +0700 Subject: [PATCH] use 2.2.0 in the readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c06b6..d5a35a7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following to your `mix.exs` ``` defp deps do - [{:domainatrex, "~> 2.1.6"}] + [{:domainatrex, "~> 2.2.0"}] ```