diff --git a/subjects/mobile-dev/favorite-images/README.md b/subjects/mobile-dev/favorite-images/README.md index a67c36ce4..a0b7a65f7 100644 --- a/subjects/mobile-dev/favorite-images/README.md +++ b/subjects/mobile-dev/favorite-images/README.md @@ -20,7 +20,7 @@ When the user clicks on the button, they should see two options: You should use the `image_picker` package to implement this functionality. Additionally, you should show a `"No images selected"` message if no images have been loaded. -> Note: Don't forget to add special keys to Info.plist file under ios folder to access the camera and gallery, see [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html). +> Note: Don't forget to add special keys to Info.plist file under iOS folder to access the camera and gallery, see the [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html).