summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:08:37 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-10-09 22:12:17 -0400
commit815a57f3397fd3503b15d6db04bc8f8ea150236d (patch)
treec5367057c957ed2e3c51e4d8ea7a1b349a3d548f /mix.exs
parentmake ETS table public so that the sync process can write to it (diff)
add a tutorial
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"],