Skip to content

Commit dad0c45

Browse files
committed
Add CND instructions
1 parent dd5f5ff commit dad0c45

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ If you are not using npm (you should), you can use bower:
2626
$ bower install angular-toastr
2727
```
2828

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" />
34+
```
35+
2936
Or you can grab the latest [release](https://github.com/Foxandxss/angular-toastr/releases) and add both the `css` and `javascript` file:
3037

3138
```html

0 commit comments

Comments
 (0)