From cd22238252776af467f189c475fb3fc140c75a9f Mon Sep 17 00:00:00 2001 From: notAxion <67577744+notAxion@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:53:57 +0530 Subject: [PATCH] spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c4681da..9ef3c1bf 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ final info = await VideoCompress.getMediaInfo(videopath); ``` ## delete all cache files -- Delete all files generated by this will delete all files located at 'video_compress', you shoule ought to know what are you doing. +- Delete all files generated by this will delete all files located at 'video_compress', you should ought to know what are you doing. ```dart await VideoCompress.deleteAllCache()