Skip to content

Commit

Permalink
docs: updated download url
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 23, 2023
1 parent eba6232 commit 9428a15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ npm install axios@^1 axios-cache-interceptor@^1
```html [Browser]
<!-- Development UMD build for ES2017+ (~14.2 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected].1/dev/index.bundle.js"
integrity="sha256-EX/QAG+AaaAiIwuw0NfWo6WOr3kOgObGfMQJPOaiFD8="
src="https://cdn.jsdelivr.net/npm/[email protected].2/dev/index.bundle.js"
integrity="sha256-8ztORY8MY5U4qXNIQ1sEgJ4BliHUdn/v9VVzLwzL9wI="
crossorigin="anonymous"
></script>

<!-- Production UMD build for ES5+ (~16.4 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/index.bundle.js"
integrity="sha256-luDarorfTxSjjV5gI+taqn80UQahPUg6UuO9tNoUEA8="
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/index.bundle.js"
integrity="sha256-IntgxZHcB9wD20WbxK6df32kNwSsibK3VawPqVeWrVc="
crossorigin="anonymous"
></script>
```
Expand Down

0 comments on commit 9428a15

Please sign in to comment.