Skip to content

Commit

Permalink
docs: update finch adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
george124816 authored Jan 10, 2023
1 parent 791d0ac commit ef226c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tesla/adapter/finch.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
if Code.ensure_loaded?(Finch) do
defmodule Tesla.Adapter.Finch do
@moduledoc """
Adapter for [finch](https://github.com/keathley/finch).
Adapter for [finch](https://github.com/sneako/finch).
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
recompile tesla after adding the `:finch` dependency:
```
Expand Down

0 comments on commit ef226c8

Please sign in to comment.