Skip to content

Commit 75a4b4b

Browse files
authored
Merge pull request #555 from george124816/patch-1
docs: update finch adapter
2 parents 791d0ac + ef226c8 commit 75a4b4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tesla/adapter/finch.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
if Code.ensure_loaded?(Finch) do
22
defmodule Tesla.Adapter.Finch do
33
@moduledoc """
4-
Adapter for [finch](https://github.com/keathley/finch).
4+
Adapter for [finch](https://github.com/sneako/finch).
55
6-
Remember to add `{:finch, "~> 0.3"}` to dependencies. Also, you need to
6+
Remember to add `{:finch, "~> 0.14.0"}` to dependencies. Also, you need to
77
recompile tesla after adding the `:finch` dependency:
88
99
```

0 commit comments

Comments
 (0)