summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e08609c..e062285 100644
--- a/mix.exs
+++ b/mix.exs
@@ -19,7 +19,10 @@ defmodule PolyjuiceClient.MixProject do
# The main page in the docs
main: "readme",
# logo: "path/to/logo.png",
- extras: ["README.md"]
+ extras: [
+ "README.md",
+ "tutorial_echo.md"
+ ]
],
package: [
maintainers: ["Hubert Chathi"],