diff options
author | 2017-11-27 12:01:03 -0500 | |
---|---|---|
committer | 2017-11-27 09:01:03 -0800 | |
commit | 782408ff5850027898ebb0f9d16cbda8272e0d32 (patch) | |
tree | 64bec31c3ed13227f247847b589e66dcd3ad97fb /Firestore | |
parent | 793672432249b6f60667af72ef6594acaa93fe7c (diff) |
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.
Diffstat (limited to 'Firestore')
-rw-r--r-- | Firestore/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |