summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentmake ETS table public so that the sync process can write to it (diff)
add a tutorial
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c75e058..4fb33d3 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,8 @@ def deps do
]
end
```
+
+## Usage
+
+To use this library, start by looking at the the
+[tutorial](tutorial_echo.html), or the documentation for `Polyjuice.Client`.