aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar salqadri <qadri@google.com>2017-05-16 12:34:25 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-16 12:34:25 -0700
commit43c58e7d502a8de6141a0d5c0cdc490186c20467 (patch)
treeb483256bd6feda661c70def096667c20af890e2b /README.md
parent30fd0d81df47a00eb015d5b9ca4f58811e513d88 (diff)
Updating READMEs (#5)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 35767b1..bff79c7 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,9 @@ This repository contains a subset of the Firebase iOS SDK source. It currently
includes FirebaseCore, FirebaseAuth, FirebaseDatabase, FirebaseMessaging, and
FirebaseStorage.
-The code here is only for those interested in the SDK internals or those
-interested in contributing to Firebase.
-
-General Firebase information can be found at [https://firebase.google.com](https://firebase.google.com).
+Firebase is an app develpment platform with tools to help you build, grow and
+monetize your app. More information about Firebase can be found at
+[https://firebase.google.com](https://firebase.google.com).
## Context
@@ -27,7 +26,7 @@ the zip distribution for development.
## Usage
```
-$ git clone git@github.com:FirebasePrivate/firebase-ios-sdk.git
+$ git clone git@github.com:firebase/firebase-ios-sdk.git
$ cd firebase-ios-sdk/Example
$ pod update
$ open Firebase.xcworkspace
@@ -82,7 +81,7 @@ The iOS Simulator cannot register for remote notifications, and will not receive
## Contributing
See [Contributing](CONTRIBUTING.md) for more information on contributing to the Firebase
-JavaScript SDK.
+iOS SDK.
## License