diff --git a/docs/pages/installing.md b/docs/pages/installing.md
index 82d580b..86c978b 100644
--- a/docs/pages/installing.md
+++ b/docs/pages/installing.md
@@ -22,21 +22,22 @@ 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.2';
+import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10.3';
```
```html
+
```
@@ -56,6 +57,7 @@ versions. Please keep your dependencies up to date <3.
| [Axios Cache Interceptor](https://github.com/arthurfiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------ |
+| `>= v0.10.3` | `>= v0.27` |
| `>= v0.8.4` | `>= v0.26` |
| `~ v0.8.4` | `~ v0.25` |
| `>= v0.5 && <= 0.8.3` | `~ v0.24` |