From ecdceba4d1a61dc99f901daa6438971010f1a895 Mon Sep 17 00:00:00 2001 From: Mattias Olofsson Date: Sun, 28 Jan 2024 22:35:07 +0100 Subject: [PATCH] Update README.md (#5161) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe8748f6c..10be5f5d2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pnpm add primevue ## Plugin -PrimeVue plugin is required to be installed with the **use** function to set up the default [configuration](https://primevue.org/theming). +PrimeVue plugin is required to be installed with the **use** function to set up the default [configuration](https://primevue.org/configuration). ```javascript import { createApp } from 'vue';