Skip to content

Commit

Permalink
Fix ex_doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrosario committed Jan 31, 2024
1 parent b3096f4 commit 9d9bb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{'CHANGELOG.md', #{ title => <<"Changelog">> }},
{'LICENSE', #{ title => <<"License">> }}
]},
{main, [<<"readme">>]}
{main, 'README.md'}
]}.
{hex, [
{doc, #{
Expand All @@ -98,4 +98,4 @@
{proper_opts, [
{numtests, 1000},
long_result
]}.
]}.

0 comments on commit 9d9bb69

Please sign in to comment.