Skip to content

Commit

Permalink
Point main docs to readme, not README
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Dec 13, 2018
1 parent d974ced commit d872cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Base62UUIDField.MixProject do
use Mix.Project

@version "1.0.0"
@version "1.0.1"
@github_url "https://github.com/jclem/base62_uuid_field"

def project do
Expand Down Expand Up @@ -55,6 +55,6 @@ defmodule Base62UUIDField.MixProject do
end

defp docs do
[extras: ~w(README.md LICENSE.md), main: "README", source_ref: "v#{@version}"]
[extras: ~w(README.md LICENSE.md), main: "readme", source_ref: "v#{@version}"]
end
end

0 comments on commit d872cd5

Please sign in to comment.