Skip to content

Commit

Permalink
Merge pull request #344 from jlgeering/docs-improvements
Browse files Browse the repository at this point in the history
Docs improvements
  • Loading branch information
edgurgel authored Aug 9, 2018
2 parents 4c8ab44 + df8e422 commit 87de9e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ defmodule HTTPoison.Mixfile do
description: @description,
package: package(),
deps: deps(),
source_url: "https://github.com/edgurgel/httpoison"
source_url: "https://github.com/edgurgel/httpoison",
docs: [
main: "readme",
logo: "logo.png",
extras: [
"README.md",
"CHANGELOG.md"
]
]
]
end

Expand Down

0 comments on commit 87de9e6

Please sign in to comment.