From a48b6fa015fe4a22c36208b2ee70b6eff3225c58 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Tue, 27 Sep 2022 15:48:57 +1000 Subject: [PATCH 1/2] Update install instructions Followed a readme and got a few errors. Almost switched to the fork before realising that it's just outdated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6cddd0..41f7342 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Install `ecto_ulid` from Hex by adding it to the dependencies in `mix.exs`: ```elixir defp deps do [ - {:ecto_ulid, "~> 0.2.0"} + {:ecto_ulid, "~> 0.3.0"} ] end ``` From c705e5d4c80e533cf905d65f6e5595a6b62e9663 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Thu, 29 Sep 2022 19:54:56 +1000 Subject: [PATCH 2/2] Update README.md Co-authored-by: E. Sambo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f7342..92917c2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Install `ecto_ulid` from Hex by adding it to the dependencies in `mix.exs`: ```elixir defp deps do [ - {:ecto_ulid, "~> 0.3.0"} + {:ecto_ulid, "~> 0.3"} ] end ```