Skip to content

Commit

Permalink
docs: Update README.md to point to current axios version in CDN links (
Browse files Browse the repository at this point in the history
…#6196)

* Update README.md

* Update README.md
  • Loading branch information
mannoeu committed Feb 16, 2024
1 parent bf6974f commit 41c4584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,13 @@ const axios = require('axios/dist/browser/axios.cjs'); // browser commonJS bundl
Using jsDelivr CDN (ES5 UMD browser module):

```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:

```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
Expand Down

0 comments on commit 41c4584

Please sign in to comment.