Skip to content

Commit

Permalink
Add organization to the instructions for adding dependency to mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Nov 2, 2023
1 parent a244279 commit 01e384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 01e384c

Please sign in to comment.