From 1b75c6489e0f33342a0fd440271f8ca37557c1e9 Mon Sep 17 00:00:00 2001 From: Peter Urbak Date: Tue, 10 May 2022 00:05:29 +0200 Subject: [PATCH] Fixes: wrong main name used in docs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e0c2843..40adeb0 100644 --- a/mix.exs +++ b/mix.exs @@ -55,7 +55,7 @@ defmodule JsonSchema.MixProject do defp docs do [ name: "JSON Schema", - main: "README", + main: "readme", formatter_opts: [gfm: true], source_ref: @version, source_url: "https://github.com/dragonwasrobot/json_schema",