From c733dbddafa1157864ef81bc337bf2aa98fe9555 Mon Sep 17 00:00:00 2001 From: arthurfiorette Date: Wed, 29 Jun 2022 22:38:10 -0300 Subject: [PATCH] docs: updated version --- docs/pages/installing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/installing.md b/docs/pages/installing.md index a400358..8195eec 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -22,21 +22,21 @@ 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.5'; +import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.6'; ``` ```html ```