mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
pin CDN install instructions to a specific version (#5060)
This commit is contained in:
committed by
GitHub
parent
b733f36c2a
commit
85740c3e7a
@@ -118,13 +118,13 @@ $ pnpm add axios
|
||||
Using jsDelivr CDN:
|
||||
|
||||
```html
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
|
||||
```
|
||||
|
||||
Using unpkg CDN:
|
||||
|
||||
```html
|
||||
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
||||
<script src="https://unpkg.com/axios@1.1.2/dist/axios.min.js"></script>
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user