Skip to content

Commit

Permalink
Updated version number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobawenger committed Jul 21, 2014
1 parent 055a42f commit d55bcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In order to use EmberFire in your project, you need to include the following fil
<script src="https://cdn.firebase.com/js/client/1.0.17/firebase.js"></script>

<!-- EmberFire -->
<script src="https://cdn.firebase.com/libs/emberfire/1.1.1/emberfire.min.js"></script>
<script src="https://cdn.firebase.com/libs/emberfire/1.1.2/emberfire.min.js"></script>
```

Use the URL above to download both the minified and non-minified versions of EmberFire from the Firebase CDN. You can also download them from the `/dist/` directory of this GitHub repository. [Firebase](https://www.firebase.com/docs/web-quickstart.html?utm_medium=web&utm_source=emberfire) and [Ember](http://emberjs.com/guides/getting-started/obtaining-emberjs-and-dependencies/) can be downloaded directly from their respective websites.
Expand Down

0 comments on commit d55bcc2

Please sign in to comment.