From 22f579d6ec8ab37c34a9918b823aa3ee05f83840 Mon Sep 17 00:00:00 2001 From: Prabhat Kumar Saraswat <71027441+prabhat1001@users.noreply.github.com> Date: Mon, 25 Apr 2022 22:26:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2511b4c..17742f10 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Upload.startUpload(options).then((uploadId) => { Does it support iOS camera roll assets? -> No, they must be converted to a file asset. The easist way to tell is that the url should always start with 'file://'. If not, it won't work. Things like [react-native-image-picker](https://github.com/marcshilling/react-native-image-picker) provide you with both. PRs are welcome for this. +> No, they must be converted to a file asset. The easiest way to tell is that the url should always start with 'file://'. If not, it won't work. Things like [react-native-image-picker](https://github.com/marcshilling/react-native-image-picker) provide you with both. PRs are welcome for this. Does it support multiple file uploads?