Skip to content

Commit 1b75c64

Browse files
Fixes: wrong main name used in docs
1 parent 5157b38 commit 1b75c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule JsonSchema.MixProject do
5555
defp docs do
5656
[
5757
name: "JSON Schema",
58-
main: "README",
58+
main: "readme",
5959
formatter_opts: [gfm: true],
6060
source_ref: @version,
6161
source_url: "https://github.com/dragonwasrobot/json_schema",

0 commit comments

Comments
 (0)