Skip to content

Commit

Permalink
docs: updated install urls
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 13, 2023
1 parent 52d1d1b commit c2b3dc2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,10 @@ 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/axios-cache-interceptor@1.3.2/dev/index.bundle.js"
integrity="sha256-8ztORY8MY5U4qXNIQ1sEgJ4BliHUdn/v9VVzLwzL9wI="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1/dev/index.bundle.js"></script>

<!-- Production UMD build for ES5+ (~16.4 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1.3.2/dist/index.bundle.js"
integrity="sha256-IntgxZHcB9wD20WbxK6df32kNwSsibK3VawPqVeWrVc="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@1/dist/index.bundle.js"></script>
```

```ts [Skypack]
Expand Down Expand Up @@ -131,6 +123,7 @@ Axios and Axios Cache Interceptor v1**
| [Axios](https://github.com/axios/axios/releases) | [Axios Cache Interceptor](https://github.com/arthurfiorette/axios-cache-interceptor/releases) |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------- |
| `>= v1.6` | `>= v1.3.0` |
| `>= v1.4` | `>= v1.2.0` |
| `>= v1.3.1` | `>= v1` |
| `>= v0.27` | `>= v0.10.3` |
Expand Down

0 comments on commit c2b3dc2

Please sign in to comment.