diff --git a/README.md b/README.md
index 85c5e2a..3e74a5e 100644
--- a/README.md
+++ b/README.md
@@ -326,8 +326,8 @@ See [How to manually link IOS Intercom SDK](docs/IOS-MANUAL-LINKING.md)
Add this permission to your `Info.plist`
```xml
-NSPhotoLibraryUsageDescription
-Send photos to support center
+NSCameraUsageDescription
+Access your camera to take photos within a conversation
```
#### iOS: Push Notifications
@@ -500,7 +500,6 @@ Add the necessary permission descriptions to infoPlist key.
...
"infoPlist": {
"NSCameraUsageDescription": "This is just a sample text to access the Camera",
- "NSPhotoLibraryUsageDescription": "This is just a sample text to access the Photo Library"
}
...
}