Skip to content

Commit a915d9f

Browse files
Replace npmcdn.com with unpkg.com
1 parent c03374c commit a915d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ $ bower install angular-toastr
2929
To use a CDN, you can include the next two lines:
3030

3131
```html
32-
<script src="https://npmcdn.com/angular-toastr/dist/angular-toastr.tpls.js"></script>
33-
<link rel="stylesheet" href="https://npmcdn.com/angular-toastr/dist/angular-toastr.css" />
32+
<script src="https://unpkg.com/angular-toastr/dist/angular-toastr.tpls.js"></script>
33+
<link rel="stylesheet" href="https://unpkg.com/angular-toastr/dist/angular-toastr.css" />
3434
```
3535

3636
Or you can grab the latest [release](https://github.com/Foxandxss/angular-toastr/releases) and add both the `css` and `javascript` file:

0 commit comments

Comments
 (0)