diff --git a/docs/pages/installing.md b/docs/pages/installing.md
index 7de9c10b..f94a129c 100644
--- a/docs/pages/installing.md
+++ b/docs/pages/installing.md
@@ -18,7 +18,7 @@ const { setupCache } = require('axios-cache-interceptor');
// EcmaScript (ES2017+)
import { setupCache } from 'axios-cache-interceptor';
-// UMD (ES5+)
+// UMD (ES5+)
const { setupCache } = window.AxiosCacheInterceptor;
// ESM with Skypack CDN
@@ -31,14 +31,10 @@ setupCache(axiosInstance, {
```html
-
+
-
+
```