Skip to content

Commit

Permalink
Replace npmcdn.com with unpkg.com (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot authored and pbastowski committed Sep 6, 2016
1 parent a17fb9a commit 1911d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -44,10 +44,10 @@ init();

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

<!-- Meteor 1.1 -->
<script src="https://npmcdn.com/angular2-now@0.3.15/angular2-now.js"></script>
<script src="https://unpkg.com/angular2-now@0.3.15/angular2-now.js"></script>
```

## Usage with ES6
Expand Down

0 comments on commit 1911d15

Please sign in to comment.