diff --git a/README.md b/README.md
index 3f660e4..c5f594b 100644
--- a/README.md
+++ b/README.md
@@ -305,9 +305,9 @@ change, cropping, etc.) due to implementation specific.
| Name | Type | Default | Description |
| --- | --- | --- | --- |
-| PHOTOLIBRARY | number
| 0
| Choose image from picture library (same as SAVEDPHOTOALBUM for Android) |
+| PHOTOLIBRARY | number
| 0
| Choose image from the device's photo library (same as SAVEDPHOTOALBUM for Android) |
| CAMERA | number
| 1
| Take picture from camera |
-| SAVEDPHOTOALBUM | number
| 2
| Choose image from picture library (same as PHOTOLIBRARY for Android) |
+| SAVEDPHOTOALBUM | number
| 2
| Choose image only from the device's Camera Roll album (same as PHOTOLIBRARY for Android) |