From 01e384c65c65a447e04d541a5bb295ac8cd90991 Mon Sep 17 00:00:00 2001 From: John Wilger Date: Wed, 1 Nov 2023 23:01:00 -0700 Subject: [PATCH] Add organization to the instructions for adding dependency to mix.exs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c724a02..6ff500e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ dependencies in `mix.exs`: ```elixir def deps do [ - {:open_ai_client, "~> 0.1.0"} + {:open_ai_client, "~> 0.1.0", organization: "artium"} ] end ```