2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

pin CDN install instructions to a specific version (#5060)

This commit is contained in:
Lenz Weber-Tronic
2022-10-13 21:05:15 +02:00
committed by GitHub
parent b733f36c2a
commit 85740c3e7a
+2 -2
View File
@@ -118,13 +118,13 @@ $ pnpm add axios
Using jsDelivr CDN: Using jsDelivr CDN:
```html ```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: Using unpkg CDN:
```html ```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 ## Example