Skip to content

Commit

Permalink
readme tweaks, including bumping firebase version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
startupandrew committed May 21, 2015
1 parent e3bbf46 commit e346bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@
interfaces. [Firebase](http://www.firebase.com/?utm_source=reactfire) complements it perfectly
by providing an easy-to-use, realtime data source for populating the `state` of React components.
With [ReactFire](https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire), it only
takes a few lines of JavaScript to integrate Firebase into React apps via the `ReactFireMixin`.
takes a few lines of JavaScript to integrate Firebase data into React apps via the `ReactFireMixin`.

[Read through our documentation](https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire)
on using Firebase with React and [check out our live Todo app demo](https://reactfiretodoapp.firebaseapp.com/)
Expand All @@ -25,7 +25,7 @@ In order to use ReactFire in your project, you need to include the following fil
<script src="https://fb.me/JSXTransformer-0.12.0.js"></script>

<!-- Firebase -->
<script src="https://cdn.firebase.com/js/client/2.0.1/firebase.js"></script>
<script src="https://cdn.firebase.com/js/client/2.2.5/firebase.js"></script>

<!-- ReactFire -->
<script src="https://cdn.firebase.com/libs/reactfire/0.4.0/reactfire.min.js"></script>
Expand Down

0 comments on commit e346bb1

Please sign in to comment.