From 06091a2d6df1d4f2daab5318dea650748e7f70d1 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Mon, 28 Feb 2022 18:18:57 -0300 Subject: [PATCH] docs: updated download urls --- docs/pages/installing.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/pages/installing.md b/docs/pages/installing.md index ef59ff4..564efe6 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -28,24 +28,24 @@ const { setupCache } = require('axios-cache-interceptor/umd'); ## With CDN ```html - + - + - + ``` @@ -60,10 +60,10 @@ You can import any [CDN Url](#with-cdns) and use it in your code. **UMD Compatib ```js // ESM with Skypack CDN -import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.9.1'; +import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.9.2'; // UMD with JSDeliver CDN -import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.1/umd/index.js'; +import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.9.2/umd/index.js'; ``` ## Official support table