Skip to content

Commit

Permalink
fix: correct skypack download url
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Aug 2, 2022
1 parent acf65a3 commit c7b6604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { setupCache } from 'axios-cache-interceptor';
const { setupCache } = window.AxiosCacheInterceptor;

// ESM with Skypack CDN
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.6';
import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.7';
```

```html
Expand Down

0 comments on commit c7b6604

Please sign in to comment.