Skip to content

Commit 037adb3

Browse files
committed
docs: fix README formatting
1 parent 2bfd61c commit 037adb3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,17 @@ next, register in your `AndroidManifest.xml` the service in charge of displaying
9999
notifications:
100100

101101
```xml
102+
102103
<Application>
103-
.....
104-
<service
105-
android:name="com.twilio.twilio_voice.fcm.VoiceFirebaseMessagingService"
106-
android:stopWithTask="false">
107-
<intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT" />
108-
</intent-filter> </service>
104+
...
105+
<service android:name="com.twilio.twilio_voice.fcm.VoiceFirebaseMessagingService"
106+
android:stopWithTask="false">
107+
<intent-filter>
108+
<action android:name="com.google.firebase.MESSAGING_EVENT" />
109+
</intent-filter>
110+
</service>
111+
...
112+
</Application>
109113
```
110114

111115
#### Phone Account

0 commit comments

Comments
 (0)