From b1116220027a7b1bf7c3e24d0b16b0d8954ae23c Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 21 Jan 2020 10:06:29 +0300 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c98df7285..8a9a2d8fe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This is the recommended way if your application uses [vue-cli](https://cli.vuejs ```js //import {ComponentName} from 'primevue/{componentname}'; -import {Dialog} from 'primevue/dialog'; +import Dialog from 'primevue/dialog'; ``` In the next step, register the component with the tag name you'd like to use. ```js @@ -60,7 +60,7 @@ In addition, components require PrimeIcons library for icons. ```js dependencies: { "vue": "^2.6.10", - "primeicons": "^1.0.0" + "primeicons": "^2.0.0" } ``` @@ -79,7 +79,7 @@ The css dependencies are as follows, note that you may change the theme with ano ```javascript primevue/resources/themes/nova-light/theme.css //theme -primevue/resources/primevue.min.css //shared css +primevue/resources/primevue.min.css //core css primeicons/primeicons.css //icons ```