From 357d87c27507583ad6240b3caf57f23f30095bc8 Mon Sep 17 00:00:00 2001 From: Andrew Shini Date: Sun, 11 Sep 2016 08:52:18 +1000 Subject: [PATCH] Add missing album --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 587f175..9dcd968 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ ImagePicker.clean().then(() => { | multiple | bool (default false) | Enable or disable multiple image selection | | includeBase64 | bool (default false) | Enable or disable returning base64 data with image | | maxFiles (ios only) | number (default 5) | Max number of files to select when using `multiple` option | -| smartAlbums (ios only) | array ['UserLibrary', 'Panoramas', 'Videos', 'Bursts'] | Remove smart albums or rearrange order | +| smartAlbums (ios only) | array ['UserLibrary', 'PhotoStream', 'Panoramas', 'Videos', 'Bursts'] | Remove smart albums or rearrange order | #### Response Object