Commit 9c1b881d authored by Windham Wong's avatar Windham Wong Committed by GitHub

Update README.md

Add back the `+` to the line.
parent ff04cc19
...@@ -289,7 +289,7 @@ cd ios && pod init ...@@ -289,7 +289,7 @@ cd ios && pod init
Edit the newly created `Podfile`: Edit the newly created `Podfile`:
```diff ```diff
# Pods for YOURAPP # Pods for YOURAPP
pod 'Firebase' + pod 'Firebase'
+ pod 'Firebase/Messaging' + pod 'Firebase/Messaging'
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment