Skip to content

Commit

Permalink
pin CDN install instructions to a specific version (#5060)
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 13, 2022
1 parent b733f36 commit 85740c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 85740c3

Please sign in to comment.