From be5c3a24271a8d94eab2d0fa64c4fd5ed623b63b Mon Sep 17 00:00:00 2001
From: ah3472 <ah3472@drexel.edu>
Date: Thu, 3 Sep 2020 17:59:10 -0400
Subject: [PATCH] Update README.md

---
 README.md | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index 5b46e11..d255d36 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,20 @@
 # Covid Crossfire
 
+**Firebase Setup**
+
+This is the basic Firebase setup: https://firebase.google.com/docs/web/setup
+
+Below is the specific setup for our game:
+1) Sign into Firebase using your Google Account
+2) In the Firebase console click "Add project" and follow the instructions
+3) Next open your firebase project and open settings
+4) At the bottom of the general tab there is an option to add apps to your project
+5) Select web app and register your app
+6) When it tells you to add Firebase SDK open the env.json file in the game directory
+7) Replace the contents of the env.json with the firebaseConfig variable
+8) Move the env.json to the parent directory of the game
+9) Now your game is ready to be locally run
+
 **Locally Run the Game**
 1) Clone repository/download zip
 1) Install Node.js: https://nodejs.org/en/
@@ -15,18 +30,4 @@
 *  Shooting: Left click
 
 *  Interact/Pickup: F
- 
-**Firebase Setup**
-
-This is the basic Firebase setup: https://firebase.google.com/docs/web/setup
-
-Below is the specific setup for our game:
-1) Sign into Firebase using your Google Account
-2) In the Firebase console click "Add project" and follow the instructions
-3) Next open your firebase project and open settings
-4) At the bottom of the general tab there is an option to add apps to your project
-5) Select web app and register your app
-6) When it tells you to add Firebase SDK open the env.json file in the game directory
-7) Replace the contents of the env.json with the firebaseConfig variable
-8) Move the env.json to the parent directory of the game
-9) Now your game is ready to be locally run
\ No newline at end of file
+ 
\ No newline at end of file
-- 
GitLab