mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
docs: Update README.md to point to current axios version in CDN links (#6196)
* Update README.md * Update README.md
This commit is contained in:
@@ -199,13 +199,13 @@ const axios = require('axios/dist/browser/axios.cjs'); // browser commonJS bundl
|
|||||||
Using jsDelivr CDN (ES5 UMD browser module):
|
Using jsDelivr CDN (ES5 UMD browser module):
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/axios@1.6.7/dist/axios.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Using unpkg CDN:
|
Using unpkg CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/axios@1.1.2/dist/axios.min.js"></script>
|
<script src="https://unpkg.com/axios@1.6.7/dist/axios.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|||||||
Reference in New Issue
Block a user