aboutsummaryrefslogtreecommitdiff
path: root/api/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'api/readme.md')
-rw-r--r--api/readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/readme.md b/api/readme.md
index 669b53b..6d0da60 100644
--- a/api/readme.md
+++ b/api/readme.md
@@ -599,7 +599,8 @@ returns error when image is not .png or larger than 256x256
```ts
{
- code: string
+ code:
+ string;
}
```