From f262a077bfa07303a403578689f2bf349eddb916 Mon Sep 17 00:00:00 2001 From: LocoRichard Date: Fri, 22 Apr 2022 10:15:41 +0800 Subject: [PATCH] [DOC] Refine Readme Signed-off-by: LocoRichard --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b08568..dd6b664 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -## Desription +## Description An image decode operator implementation with OpenCV. @@ -55,7 +55,7 @@ towhee.glob['path']('./dog.jpg') \ ## Factory Constructor -Create the operator via the following factory method +Create the operator via the following factory method: ***image_decode.cv2()***