Skip to content

Commit bea4424

Browse files
committedMay 27, 2018
fix typos in README.md
1 parent ab94bb0 commit bea4424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before you start, I strongly suggest that you read the list of Twilio changes fr
2424
These are all the changes required:
2525

2626
- remove all the GCM related code from your `AndroidManifest.xml` and add the following code to receive `FCM` notifications
27-
(I wasn't succesful in keeping react-native-fcm working at the same time. If you know how please open an issue to share).
27+
(I wasn't successful in keeping react-native-fcm working at the same time. If you know how please open an issue to share).
2828

2929
```xml
3030
.....
@@ -50,7 +50,7 @@ These are all the changes required:
5050
<!-- Twilio Voice -->
5151
```
5252

53-
- log into your Firebase console. Naviagete to: Project settings > CLOUD MESSANGING. Copy your `Server key`
53+
- log into your Firebase console. Navigate to: Project settings > CLOUD MESSAGING. Copy your `Server key`
5454
- in Twilio console add a new Push Credential, type `FCM`, fcm secret Firebase FCM `Server key`
5555
- include in your project `google-services.json`; if you have not include it yet
5656
- rename getIncomingCall() to getActiveCall()

0 commit comments

Comments
 (0)