From d2debd3d492b3f982e190a310e5d53a429f2862e Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Mon, 27 May 2019 13:33:23 +0300 Subject: [PATCH 1/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a382a90b..762a3322d 100644 --- a/README.md +++ b/README.md @@ -85,4 +85,4 @@ primeicons/primeicons.css //icons ``` ### Quickstart -An example application based on vue-cli is available at [github](https://github.com/primefaces/primevue-quickstart). +An example application based on vue-cli is available at [GitHub](https://github.com/primefaces/primevue-quickstart). From cb655ad477bd04f9cfafbafb8251b931d1fc568a Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Mon, 27 May 2019 13:35:20 +0300 Subject: [PATCH 2/3] Resize logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762a3322d..baffd00a2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # PrimeVue -![alt text](https://www.primefaces.org/wp-content/uploads/2019/05/primevue-logo.png "PrimeVue") +![alt text](https://www.primefaces.org/wp-content/uploads/2019/05/primevue-logo-200.png "PrimeVue") PrimeVue is available at npm, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project. From f4d4fd90fdaf92b5c1cf81ff9bd780990354db25 Mon Sep 17 00:00:00 2001 From: Onur Senture Date: Mon, 27 May 2019 13:37:44 +0300 Subject: [PATCH 3/3] Fix markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baffd00a2..a2a9a27f0 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ In the next step, register the component with the tag name you'd like to use. Vue.component('Dialog', Dialog); ``` Then you'll be able to utilize the component in your application. -```markup +```html ``` ### Script Tag Other alternative is utilizing the components directly within the browser with UMD packages. -```markup +```html calendar demo