diff --git a/README.md b/README.md
index 84edfa1..44b4e3d 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ commonMain {
In order to access the camera on iOS devices, it's essential to include a specific key-value pair in the `Info.plist` file of your iOS project. This key-value pair comprises a key that identifies the type of permission being requested and a value that provides a user-friendly description explaining why the app needs access to the camera.
Here's the key-value pair you should add to your `Info.plist`:
-```
+```xml
Privacy - Camera Usage Description
This app uses camera for capturing photos.
```