From 191744bb2ddbe4b1de009667a716d00590f0a64e Mon Sep 17 00:00:00 2001 From: ASAP JAY Date: Thu, 15 Nov 2018 01:05:44 +0100 Subject: [PATCH] few changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67e4e40..cb6d7e0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Android OS only add `thumbnails` as a dependency in your pubspec.yaml file. #### Add import statement -Import the library via +Import the library ``` dart import 'package:thumbnails/thumbnails.dart'; ``` @@ -29,7 +29,7 @@ import 'package:thumbnails/thumbnails.dart'; // Fetch thumbnail, store in app's Temporary directory output folder and return file path String thumb = await Thumbnails.getThumbnail( - videoFile: 'VIDEO PATH HERE', + videoFile: '[VIDEO PATH HERE]', imageType: ThumbFormat.JPEG, quality: 45);