diff --git a/actions/build/README.md b/actions/build/README.md
index 5d040cf..e05093e 100644
--- a/actions/build/README.md
+++ b/actions/build/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Build
-

+
---
diff --git a/actions/dependencies-cache/README.md b/actions/dependencies-cache/README.md
index 22bd26c..a588bf9 100644
--- a/actions/dependencies-cache/README.md
+++ b/actions/dependencies-cache/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Dependencies cache
-

+
---
@@ -28,14 +28,14 @@ Action to setup dependencies cache managment.
### Supported caches
-- NX (`node_modules/.cache/nx`)
-- Prettier (`node_modules/.cache/prettier`)
-- Docusaurus (`.docusaurus`, `node_modules/.cache/webpack`)
-- Vitest (`node_modules/.vitest`)
-- Astro (`node_modules/.astro`)
-- Gatsby (`.cache`, `public`)
-- Storybook (`node_modules/.cache/storybook`)
-- Jest (auto-detected `cacheDirectory`)
+- NX (`node_modules/.cache/nx`): `nx`
+- Prettier (`node_modules/.cache/prettier`): `prettier`
+- Docusaurus (`.docusaurus`, `node_modules/.cache/webpack`): `docusaurus`
+- Vitest (`node_modules/.vite/vitest`): `vitest`
+- Astro (`node_modules/.astro`): `astro`
+- Gatsby (`.cache`, `public`): `gatsby`
+- Storybook (`node_modules/.cache/storybook`): `storybook`
+- Jest (auto-detected `cacheDirectory`): `jest`
diff --git a/actions/test/README.md b/actions/test/README.md
index 751428b..27e8063 100644
--- a/actions/test/README.md
+++ b/actions/test/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Test
-

+
---