From 0cdfccfc7f83f6765dee5b2a3fbf47a619d4fd64 Mon Sep 17 00:00:00 2001 From: existentialstudios <60279246+existentialstudios@users.noreply.github.com> Date: Mon, 11 Jul 2022 23:07:42 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c82d867..a63710536 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ PlayStore Android: https://android.ecency.com ## Starting for Android 1. Create a new app in your firebase console. -2. Choose add Android platform, with a package name of `app.esteem.mobile.android` +2. Choose Add Android platform, with a package name of `app.esteem.mobile.android` 3. Download the generated `google-services.json` and place it in `/android/app/` 4. Connect dev device or start android emulator. 5. Run `npm run android` in the project's root.