diff options
author | Kevin Keuning <kkeuning@gmail.com> | 2017-03-10 02:06:42 -0600 |
---|---|---|
committer | Kevin Keuning <kkeuning@gmail.com> | 2017-03-10 02:06:42 -0600 |
commit | ba940e24fcac76b87ddd97fe5ebf722e842efb4c (patch) | |
tree | c2e692b4d5aada3c35bb1701915dc1b21d393318 /examples/README.md | |
parent | c9d2f7761088af120fe1dc12f8dd1044d60c1b03 (diff) |
added updateable example
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 1 |
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) |