summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorSteve <nilslice@gmail.com>2017-03-15 13:55:55 -0700
committerGitHub <noreply@github.com>2017-03-15 13:55:55 -0700
commit1a62c2bfe3cec71391e51f0c59b6c008179b7e89 (patch)
tree18a1a89076303acf3d2be40aa4ca371ed27ede3a /examples/README.md
parent0eaddb8ae0b29937f7514cc83c63e0aa3c377850 (diff)
parent5ec811b5d1899cfe538ed6d19c8a5ee01a553f03 (diff)
Merge pull request #99 from ponzu-cms/ponzu-dev
[core] Add api.Deleteable interface, rename Externalable to Createable and rename methods
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md
index f575db7..cd070b1 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.Externalable` interface](https://github.com/ponzu-cms/ponzu/tree/master/examples/externalable)
+1. [Add 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)