diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-03-15 14:53:25 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-03-15 14:53:25 -0700 |
commit | 709fdc6ce0184034dfe2df7c413772c19a4455f0 (patch) | |
tree | 5ae229e58f2e26df3c8a320e3354f037c1cf15d1 /examples/README.md | |
parent | dc273a62f38da6962be1edd3d54df48245a6d088 (diff) |
updating examples with deleteable
Diffstat (limited to 'examples/README.md')
-rw-r--r-- | examples/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.md b/examples/README.md index cd070b1..4e62bf8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,6 +10,6 @@ feature, it would be very helpful to include an example with a concrete use-case for this directory. ### Table of Contents -1. [Add content via HTTP API using the `api.Createable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/createable) +1. [Create content via HTTP API using the `api.Createable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/createable) 2. [Update content via HTTP API using the `api.Updateable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/updateable) - +3. [Delete content via HTTP API using the `api.Deleteable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/deleteable) |