From be5cd68defc0302c92ad2abfff7a79b5bd7fe39c Mon Sep 17 00:00:00 2001 From: GuoRentong Date: Thu, 7 Apr 2022 16:04:43 +0800 Subject: [PATCH] Fix README styles --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdd6759..da107e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ An image decode operator implementation with OpenCV. Load a image from path './dog.jpg'. - *Write the pipeline in simplified style*: + *Write the pipeline in simplified style:* ```python import towhee @@ -73,7 +73,7 @@ An image decode operator takes an image path as input. It decodes the image back **Parameters:** -​ ***img***: *str* +**img**: *str* ​ Image file path.