summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-03-11 13:15:16 -0800
committerGitHub <noreply@github.com>2017-03-11 13:15:16 -0800
commit88d0ebf9d6dd764c82a4a8ac702064e7f504bc25 (patch)
tree1dbf6c9a405c81db780dba16727dea0465070732 /examples/README.md
parenta69060728b5f99bb41c9562dcd294f6fc74d4b22 (diff)
parent7ea4aac0ec47e3f04e8d5ffc40433885fe11e207 (diff)
Merge pull request #97 from kkeuning/updateable-example
Updateable example added
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index e309559..f575db7 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -11,4 +11,5 @@ for this directory.
### Table of Contents
1. [Add content via HTTP API using the `api.Externalable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/externalable)
+2. [Update content via HTTP API using the `api.Updateable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/updateable)