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 Jun 9, 2023
1 parent 066cc4f commit 8fa904c
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+ (~13.3 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.1.0/dev/index.bundle.js"
integrity="sha256-IqTiaEd8yMpoIWKHKQUxVKYza+DT4wg81fOzdE7tujI="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dev/index.bundle.js"
integrity="sha256-NdXx0Etotu1oQmet3yjRcfG77l8ka2EGr46sdUcgIcQ="
crossorigin="anonymous"
></script>

<!-- Production UMD build for ES5+ (~14.6 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.1.0/dist/index.bundle.js"
integrity="sha256-UPK5JOqd8kPjRHJmrvvauuRvPlcZb0gAb6z4iYhszOs="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.2.0/dist/index.bundle.js"
integrity="sha256-mJ0VeAeWEARil2GvKXBVCD5bgcUhD2IUoD3sAl/gtOQ="
crossorigin="anonymous"
></script>
```
Expand Down

0 comments on commit 8fa904c

Please sign in to comment.