mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding jsDelivr link in README (#1110)
* Adding jsDelivr link * Add SRI * Remove SRI Co-authored-by: Yasu Flores <carlosyasu91@gmail.com> Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
@@ -49,7 +49,13 @@ Using yarn:
|
|||||||
$ yarn add axios
|
$ yarn add axios
|
||||||
```
|
```
|
||||||
|
|
||||||
Using cdn:
|
Using jsDelivr CDN:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
|
Using unpkg CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user