Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down