Skip to content

Commit 1e9e663

Browse files
committed
docs: update installation instructions in readme file
1 parent 48bf32e commit 1e9e663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ by adding `off_broadway_emqtt` to your list of dependencies in `mix.exs`:
7272
```elixir
7373
def deps do
7474
[
75-
{:off_broadway_emqtt, "~> 0.1.0"},
75+
{:off_broadway_emqtt, github: "Intility/off_broadway_emqtt", tag: "v0.1.0"}, # Waiting for upstream deps resolution fix
7676
{:cowlib, "~> 2.12", override: true} # Required for `:emqtt` dependency resolution
7777
]
7878
end

0 commit comments

Comments
 (0)