diff --git a/README.md b/README.md
index e2b89b47f..24ee434b7 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Styled mode is based on pre-skinned components with opinionated themes like Mate
```javascript
// theme
-import 'primevue/resources/themes/lara-light-teal/theme.css';
+import 'primevue/resources/themes/lara-light-green/theme.css';
```
**Unstyled Mode**
@@ -138,7 +138,7 @@ In styled mode, the theme can be defined at Nuxt configuration with the css prop
```javascript
export default defineNuxtConfig({
- css: ['primevue/resources/themes/lara-dark-teal/theme.css']
+ css: ['primevue/resources/themes/lara-dark-green/theme.css']
});
```
@@ -148,24 +148,6 @@ For detailed [information](https://primevue.org/nuxt)
We've created various samples for the popular options in the Vue ecosystem. Visit the [primevue-examples](https://github.com/primefaces/primevue-examples) repository for the samples.
-### Vite
-
-
-
-
-
-### Nuxt
-
-
-
-
-
-### Astro
-
-
-
-
-
## Contributors