From f380a1305c05d3fd0970cb97ea36fdbda8fca764 Mon Sep 17 00:00:00 2001 From: Miguel Ruivo Date: Tue, 11 Sep 2018 16:02:53 +0100 Subject: [PATCH] minor correction on README file. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14c9cbf..5c05ef3 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Since we are using *image_picker* as a dependency from this plugin to load paths * `NSMicrophoneUsageDescription` - describe why your app needs access to the microphone, if you intend to record videos. This is called _Privacy - Microphone Usage Description_ in the visual editor. ## To-do -[X] Load paths from local files & cloud (GDrive, Dropbox, iCloud)
-[X] Load PDF file path
-[X] Load path from gallery
-[X] Load path from camera shot
-[ ] Load a custom format
+* [X] Load paths from local files & cloud (GDrive, Dropbox, iCloud) +* [X] Load PDF file path +* [X] Load path from gallery +* [X] Load path from camera shot +* [ ] Load a custom format ## Demo App