From 9e4a7f80f736ae0a32a5359ad06d5670c8e84bf2 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 1 May 2024 15:52:05 +0200 Subject: [PATCH] docs: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0307d814..9a4e2123 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of | --- | --- | | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=default) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=light)| -| Default Theme v3 | Light Theme v3 | +| Modern Theme | Bright Theme | | --- | --- | -| [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=default-v3) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=light)| +| [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_default_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=modern) | [![CoreUI PRO Vue Admin Template](https://coreui.io/images/templates/coreui_pro_light_v3_light_dark.webp)](https://coreui.io/product/vue-dashboard-template/?theme=bright)| ## Quick Start @@ -122,7 +122,7 @@ coreui-free-vue-admin-template │ ├── layouts/ # layout containers │ ├── scss/ # scss styles │ ├── router # routes config -│ ├── store # template state example +│ ├── stores/ # template state example │ ├── views/ # application views │ ├── _nav.js # sidebar navigation config │ ├── App.vue @@ -130,7 +130,7 @@ coreui-free-vue-admin-template │ └── main.js ├── index.html # html template ├── package.json -└── vite.config.js +└── vite.config.mjs ``` ## Documentation