diff --git a/README.md b/README.md
index 20b381e..2cdb36d 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,18 @@ To set up, specify your API key in the application delegate `ios/Runner/AppDeleg
```
+#### Configure Background Modes
+
+To receive location updates and provide turn-by-turn voice guidance while the app is in the background, add the following to your `Info.plist`:
+
+```xml
+UIBackgroundModes
+
+ location
+ audio
+
+```
+
## Usage
### Initializing Navigation