summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7ec8b92..c18c66f 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ Suppose we denote the following shape of JSON object as a `ImageResult`.
"id": number,
"filename": string,
"thumb_filename": string,
+ "orig_filename": string,
"tags": [string, ...],
}
```