Skip to content

Commit

Permalink
docs: updated cdn links
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Dec 8, 2021
1 parent bdf5f0f commit 3dc8b36
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,13 @@ import { useCache } from 'axios-cache-interceptor';

<script
crossorigin
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@VERSION"
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@VERSION/dist/index.bundle.js"
></script>
<!-- or -->
<script crossorigin src="https://unpkg.com/axios-cache-interceptor@VERSION"></script>
<script
crossorigin
src="https://unpkg.com/axios-cache-interceptor@VERSION/dist/index.bundle.js"
></script>
```

```js
Expand Down

0 comments on commit 3dc8b36

Please sign in to comment.