We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 791d0ac + ef226c8 commit 75a4b4bCopy full SHA for 75a4b4b
1 file changed
lib/tesla/adapter/finch.ex
@@ -1,9 +1,9 @@
1
if Code.ensure_loaded?(Finch) do
2
defmodule Tesla.Adapter.Finch do
3
@moduledoc """
4
- Adapter for [finch](https://github.com/keathley/finch).
+ Adapter for [finch](https://github.com/sneako/finch).
5
6
- Remember to add `{:finch, "~> 0.3"}` to dependencies. Also, you need to
+ Remember to add `{:finch, "~> 0.14.0"}` to dependencies. Also, you need to
7
recompile tesla after adding the `:finch` dependency:
8
9
```
0 commit comments