Skip to content

Commit

Permalink
Fix incorrect CDN URL for Meteor 1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastowski committed Jan 20, 2016
1 parent 73dc894 commit 5e1cd3e
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 @@ -26,7 +26,7 @@ So, if you like the clean syntax of Angular 2, but are not yet ready or able to

```html
<!-- Meteor 1.2 -->
<script src="https://npmcdn.com/angular2-now@1.0.0/angular2-now.js"></script>
<script src="https://npmcdn.com/angular2-now@1.1.5/dist/angular2-now.js"></script>

<!-- Meteor 1.1 -->
<script src="https://npmcdn.com/[email protected]/angular2-now.js"></script>
Expand Down

0 comments on commit 5e1cd3e

Please sign in to comment.