Skip to content

Commit 1ec84ca

Browse files
committed
docs: added cdn link to readme
1 parent 5462f2d commit 1ec84ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
## 1. INSTALLATION
3030

3131
### I. Get file
32-
Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/) or downloaded files:
32+
Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/), CDN (jsDelivr) or downloaded files:
3333

3434
* `bower install apiNG-plugin-codebird --save`
3535
* `npm install aping-plugin-codebird --save`
36+
* use [CDN file](https://www.jsdelivr.com/projects/aping.plugin-codebird)
3637
* download [apiNG-plugin-codebird.zip](https://github.com/JohnnyTheTank/apiNG-plugin-codebird/zipball/master)
3738

3839
### II. Include file
@@ -45,6 +46,9 @@ Include `aping-plugin-codebird.min.js` in your apiNG application
4546
<!-- when using npm -->
4647
<script src="node_modules/aping-plugin-codebird/dist/aping-plugin-codebird.min.js"></script>
4748

49+
<!-- when using cdn file -->
50+
<script src="//cdn.jsdelivr.net/aping.plugin-codebird/latest/aping-plugin-codebird.min.js"></script>
51+
4852
<!-- when using downloaded files -->
4953
<script src="aping-plugin-codebird.min.js"></script>
5054
```

0 commit comments

Comments
 (0)