Skip to content

Commit 766a4fd

Browse files
committed
Merge pull request #28 from firebase/jw-readme-updates
Updated links and version numbers in README
2 parents e0b0c23 + 90948c7 commit 766a4fd

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
[ReactJS](http://facebook.github.io/react/) is a framework for building large, complex user
88
interfaces. [Firebase](http://www.firebase.com/?utm_source=reactfire) complements it perfectly
99
by providing an easy-to-use, realtime data source for populating the `state` of React components.
10-
With [ReactFire](https://www.firebase.com/docs/web/libraries/react/), it only takes a few lines of
11-
JavaScript to integrate Firebase into React apps via the `ReactFireMixin`.
10+
With [ReactFire](https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire), it only
11+
takes a few lines of JavaScript to integrate Firebase into React apps via the `ReactFireMixin`.
1212

13-
[Read through our documentation](https://www.firebase.com/docs/web/libraries/react/) on using
14-
Firebase with React and [check out our live Todo app demo](https://reactfiretodoapp.firebaseapp.com/)
13+
[Read through our documentation](https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire)
14+
on using Firebase with React and [check out our live Todo app demo](https://reactfiretodoapp.firebaseapp.com/)
1515
to get started!
1616

1717

@@ -21,11 +21,11 @@ In order to use ReactFire in your project, you need to include the following fil
2121

2222
```html
2323
<!-- React JS -->
24-
<script src="http://fb.me/react-0.11.1.min.js"></script>
25-
<script src="http://fb.me/JSXTransformer-0.11.1.js"></script>
24+
<script src="https://fb.me/react-0.12.0.min.js"></script>
25+
<script src="https://fb.me/JSXTransformer-0.12.0.js"></script>
2626

2727
<!-- Firebase -->
28-
<script src="https://cdn.firebase.com/js/client/1.0.21/firebase.js"></script>
28+
<script src="https://cdn.firebase.com/js/client/2.0.1/firebase.js"></script>
2929

3030
<!-- ReactFire -->
3131
<script src="https://cdn.firebase.com/libs/reactfire/0.3.0/reactfire.min.js"></script>
@@ -34,7 +34,7 @@ In order to use ReactFire in your project, you need to include the following fil
3434
Use the URL above to download both the minified and non-minified versions of ReactFire from the
3535
Firebase CDN. You can also download them from the
3636
[releases page of this GitHub repository](https://github.com/firebase/reactfire/releases).
37-
[Firebase](https://www.firebase.com/docs/web/quickstart.html?utm_source=geofire-js) and
37+
[Firebase](https://www.firebase.com/docs/web/quickstart.html?utm_source=reactfire) and
3838
[React](http://facebook.github.io/react/downloads.html) can be downloaded directly from their
3939
respective websites.
4040

@@ -53,7 +53,7 @@ $ bower install reactfire --save
5353
## Getting Started with Firebase
5454

5555
ReactFire requires Firebase in order to store data. You can
56-
[sign up here](https://www.firebase.com/signup/?utm_source=reactfire) for a free account.
56+
[sign up here for a free account](https://www.firebase.com/signup/?utm_source=reactfire).
5757

5858

5959
## Usage
@@ -72,11 +72,12 @@ The ReactFire APIs will then be available from the `this` object inside of `Exam
7272

7373
## Documentation and API Reference
7474

75-
The [ReactFire quickstart](https://www.firebase.com/docs/web/libraries/react/quickstart.html) is a
76-
great place to get started. There is a walkthrough on how to create the
75+
The [ReactFire quickstart](https://www.firebase.com/docs/web/libraries/react/quickstart.html?utm_source=reactfire)
76+
is a great place to get started. There is a walkthrough on how to create the
7777
[Todo app demo](https://reactfiretodoapp.firebaseapp.com/) in the
78-
[ReactFire guide](https://www.firebase.com/docs/web/libraries/react/guide.html). Finally, there is
79-
a [full API reference](https://www.firebase.com/docs/web/libraries/react/api.html) as well.
78+
[ReactFire guide](https://www.firebase.com/docs/web/libraries/react/guide.html?utm_source=reactfire).
79+
Finally, there is a [full API reference](https://www.firebase.com/docs/web/libraries/react/api.html?utm_source=reactfire)
80+
as well.
8081

8182

8283
## Contributing
@@ -99,4 +100,4 @@ source files when a change occurs. The output files - `reactfire.js` and `reactf
99100
written to the `/dist/` directory.
100101

101102
You can run the test suite by navigating to `file:///path/to/reactfire/tests/index.html` or via the
102-
command line using `gulp test`.
103+
command line using `gulp test`.

0 commit comments

Comments
 (0)