Skip to content

Commit

Permalink
docs: include README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
efcasado committed May 10, 2024
1 parent f25dd06 commit 21f8b5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule Tesla.Middleware.XML.MixProject do
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
package: package(),
docs: docs(),
deps: deps()
]
end
Expand All @@ -28,6 +29,13 @@ defmodule Tesla.Middleware.XML.MixProject do
]
end

defp docs() do
[
main: "readme",
extras: ["README.md"]
]
end

defp deps do
[
{:tesla, "~> 1.9"},
Expand Down

0 comments on commit 21f8b5c

Please sign in to comment.