summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-28 19:58:23 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2020-05-28 19:58:23 -0400
commitc4939e02b80bf857419a257be316b5f87eae3445 (patch)
tree132545095d855a3e55c5a7b997ef4bd9ade129ed /README.md
parent2d8035f4724f38875d0f29faa1069772d6aadb79 (diff)
Implement per-image information and display.
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, ...],
}
```