Fix typo in README.md (#546)

This commit is contained in:
Paul Ferrett 2017-01-06 18:22:18 +11:00 committed by Zack Story
parent 048e7414d6
commit 4babe6573c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ A camera module for React Native.
2. With iOS 10 and higher you need to add the "Privacy - Camera Usage Description" key to the info.plist of your project. This should be found in 'your_project/ios/your_project/Info.plist'. Add the following code:
```
<key>NSCameraUsageDescription</key>
<string>Your message to user when the camera is accesseded for the first time</string>
<string>Your message to user when the camera is accessed for the first time</string>
<!-- Include this only if you are planning to use the camera roll -->
<key>NSPhotoLibraryUsageDescription</key>