From e2f45541189fbfc13414f92143301c511fe05e7b Mon Sep 17 00:00:00 2001 From: GuoRentong Date: Thu, 24 Mar 2022 11:14:20 +0800 Subject: [PATCH] Polish README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cdbf9c..ca92650 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,15 @@ An image decode operator takes an image path as input. It decodes the image back **Parameters:** -​ ***img***: *str* +​ ***img***: *str* -​ Image file path. +​ Image file path. **Returns**: *numpy.ndarray* -​ The decoded image data. +​ The decoded image data.