File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 29
29
## 1. INSTALLATION
30
30
31
31
### 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:
33
33
34
34
* ` bower install apiNG-plugin-codebird --save `
35
35
* ` npm install aping-plugin-codebird --save `
36
+ * use [ CDN file] ( https://www.jsdelivr.com/projects/aping.plugin-codebird )
36
37
* download [ apiNG-plugin-codebird.zip] ( https://github.com/JohnnyTheTank/apiNG-plugin-codebird/zipball/master )
37
38
38
39
### II. Include file
@@ -45,6 +46,9 @@ Include `aping-plugin-codebird.min.js` in your apiNG application
45
46
<!-- when using npm -->
46
47
<script src =" node_modules/aping-plugin-codebird/dist/aping-plugin-codebird.min.js" ></script >
47
48
49
+ <!-- when using cdn file -->
50
+ <script src =" //cdn.jsdelivr.net/aping.plugin-codebird/latest/aping-plugin-codebird.min.js" ></script >
51
+
48
52
<!-- when using downloaded files -->
49
53
<script src =" aping-plugin-codebird.min.js" ></script >
50
54
```
You can’t perform that action at this time.
0 commit comments