aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59ba87c..e3c7c97 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Functions shared by all controllers:
* `get()` returns all obejcts in in controller
* `byID(object_id=<object id>)` get specific obejct by ID
* `create(data=<data>)`
-* `edit(data=<data>)`
+* `edit(object_id=<object id>, data=<data>)`
* `delete(object_id=<object id>)`
### sections