From efc5aaa4b0cd3c810167f26774de489f09249b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Fri, 26 Aug 2022 12:07:05 -0400 Subject: [PATCH] [opensource] Update missed spot in README to reflect rebrand --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2519b56..9f689fc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add this to the top of your mix.exs file: ```elixir unless Kernel.function_exported?(CoMix, :version, 0) do {:ok, _} = Application.ensure_all_started(:hex) - Mix.install([{:ex_sifi_comix, "~> 1.0", runtime: false}]) + Mix.install([{:comix, "~> 1.0", runtime: false}]) end ``` Then set `version = CoMix.version()` inside of the `def project`, instead of using a hardcoded version.