From 8c6d3293b5e9a11581da5b189777abbb38e9853a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= <1134310+rodrigograca31@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:23:47 +0000 Subject: [PATCH] Better formatting.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fab1b072e..a22487bba 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ cordova plugin add cordova-plugin-firebase --save Great installation and setup guide by Medium.com - [https://medium.com/@felipepucinelli/how-to-add-push...](https://medium.com/@felipepucinelli/how-to-add-push-notifications-in-your-cordova-application-using-firebase-69fac067e821) ### Setup -Download your Firebase configuration files, GoogleService-Info.plist for iOS and google-services.json for android, and place them in the root folder of your cordova project. Check out this [firebase article](https://support.google.com/firebase/answer/7015592) for details on how to download the files. +Download your Firebase configuration files, `GoogleService-Info.plist` for iOS and `google-services.json` for android, and place them in the root folder of your cordova project. Check out this [firebase article](https://support.google.com/firebase/answer/7015592) for details on how to download the files. ``` - My Project/