From 9c1b881d53aadaf579d04eda741d9ab0f549bc71 Mon Sep 17 00:00:00 2001 From: Windham Wong Date: Mon, 6 Aug 2018 12:48:14 +0800 Subject: [PATCH] Update README.md Add back the `+` to the line. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58556f7..632fe24 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ cd ios && pod init Edit the newly created `Podfile`: ```diff # Pods for YOURAPP - pod 'Firebase' ++ pod 'Firebase' + pod 'Firebase/Messaging' ``` -- 2.26.2