Skip to content

Commit 0163460

Browse files
authored
ExDoc's title must be strings (#33)
1 parent d8f99d9 commit 0163460

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
@@ -62,7 +62,7 @@ defmodule EctoNetwork.Mixfile do
6262
[
6363
extras: [
6464
"CHANGELOG.md",
65-
{:"LICENSE.md", title: ["License"]},
65+
{:"LICENSE.md", title: "License"},
6666
"README.md"
6767
],
6868
main: "readme",

0 commit comments

Comments
 (0)