From 6c1b9575f5092d42774b2a6577c25a1ca533401c Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Thu, 27 Apr 2023 00:36:24 +0900 Subject: [PATCH] update example output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fca578..d02ce23 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ King of Time CLI ```sh-session $ kot checkin -TODO example output +{ result: 'OK', image_result: '0', comment_result: '0' } $ kot checkout -TODO example output +{ result: 'OK', image_result: '0', comment_result: '0' } ``` # Installation