We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03374c commit a915d9fCopy full SHA for a915d9f
README.md
@@ -29,8 +29,8 @@ $ bower install angular-toastr
29
To use a CDN, you can include the next two lines:
30
31
```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" />
+<script src="https://unpkg.com/angular-toastr/dist/angular-toastr.tpls.js"></script>
+<link rel="stylesheet" href="https://unpkg.com/angular-toastr/dist/angular-toastr.css" />
34
```
35
36
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