aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/README.md
diff options
context:
space:
mode:
authorGravatar zxu123 <zxu123@users.noreply.github.com>2017-11-27 12:01:03 -0500
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-27 09:01:03 -0800
commit782408ff5850027898ebb0f9d16cbda8272e0d32 (patch)
tree64bec31c3ed13227f247847b589e66dcd3ad97fb /Firestore/README.md
parent793672432249b6f60667af72ef6594acaa93fe7c (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/README.md')
-rw-r--r--Firestore/README.md2
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
```