From c7b660452cecd5b99583ab3de1981e3f1547f8ea Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Tue, 2 Aug 2022 09:20:10 -0300 Subject: [PATCH] fix: correct skypack download url --- docs/pages/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/installing.md b/docs/pages/installing.md index 284317c..554ce0a 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -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