diff --git a/README.md b/README.md
index 32e36f2..9da7308 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@
- Follow steps below:
iOS
- Select the root of your project. Select Capabilities tab. Enable Background Modes and enable the following mode:
+
+Select the root of your project. Select Capabilities tab. Enable Background Modes and enable the following mode:
Background fetch
@@ -23,11 +24,19 @@ Background processing (🆕 iOS 13+; Only if you intend to use BackgroundFetch.s
Configure Info.plist (iOS 13+)
- Open your Info.plist and add the key "Permitted background task scheduler identifiers"
-
+Open your Info.plist and add the key "Permitted background task scheduler identifiers"
+
+
+Add the required identifier com.transistorsoft.fetch.
+
+
+
+
+
+
+
+
- Add the required identifier com.transistorsoft.fetch.
-