From bdd25dd8fbc9776790131e9551ea3c378dad1fe9 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Tue, 4 Jul 2017 15:45:17 +0100 Subject: [PATCH] Update testing.md --- docs/contributing/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/testing.md b/docs/contributing/testing.md index f6e76826..c79302d9 100644 --- a/docs/contributing/testing.md +++ b/docs/contributing/testing.md @@ -6,10 +6,10 @@ Currently due to the blackbox Firebase enviroment, we have found the best way to For convenience all of the required NPM scripts are packaged with the main library to run the test app. -### Step 1 - Clone +### Step 1 - Fork & Clone ```bash -git clone git@github.com:invertase/react-native-firebase.git +git clone git@github.com:/react-native-firebase.git ``` ### Step 2 - Install dependencies