From 782408ff5850027898ebb0f9d16cbda8272e0d32 Mon Sep 17 00:00:00 2001 From: zxu123 Date: Mon, 27 Nov 2017 12:01:03 -0500 Subject: Fix a wrong file name in README.md (#493) Firebase.xcworkspace exists in /Example while Firestore.xcworkspace exists in /Firestore/Example. We actually want the developer to open Firestore.xcworkspace. --- Firestore/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Firestore/README.md') diff --git a/Firestore/README.md b/Firestore/README.md index fbff1b1..10c4221 100644 --- a/Firestore/README.md +++ b/Firestore/README.md @@ -3,7 +3,7 @@ ``` $ cd Firestore/Example $ pod update -$ open Firebase.xcworkspace +$ open Firestore.xcworkspace Select the FirestoreTests scheme ⌘-u to build and run the unit tests ``` -- cgit v1.2.3