Skip to content

Commit

Permalink
Update code example for rebar3_ex_doc (#310)
Browse files Browse the repository at this point in the history
Tally with the example with v0.2.9 release.
  • Loading branch information
kianmeng authored May 1, 2022
1 parent 7883d70 commit 110f55a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Example :
```erlang

{ex_doc, [
{source_url, <<"https://github.com/namespace/your_app">>},
{extras, [<<"README.md">>, <<"LICENSE">>]},
{main, <<"readme">>}
{extras, ["README.md", "LICENSE"]},
{main, "README.md"},
{source_url, "https://github.com/namespace/your_app"}
]}.

{hex, [{doc, ex_doc}]}.
Expand Down

0 comments on commit 110f55a

Please sign in to comment.