From a1c3acff9a8b98fad4055c7c28f978704c22f670 Mon Sep 17 00:00:00 2001 From: Bartol Karuza Date: Wed, 14 Aug 2019 22:11:55 +0200 Subject: [PATCH] chore(docs): update the line about what save actually does differently from saveToCameraRoll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1932c2c19..08f5ae3b0 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ On Android permission is required to read the external storage. Add below line t ### `save()` -Saves the photo or video of a particular type to an album. +Saves the photo or video of a particular type to an album. This function works the same as `saveToCameraRoll`, but it allows to specify a particular album you want to store the asset to. ```javascript CameraRoll.save(tag, { type, album })