From b1100e9e478aaf6ef782d5d2ea5696d25d387a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 17 Jan 2023 09:01:38 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb47ac20c..d7ee6ab92 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ In addition, components require PrimeIcons library for icons. ```javascript dependencies: { "vue": "^3.0.0", - "primeicons": "^5.0.0" + "primeicons": "^6.0.0" } ```