From 43d5b42df5f205a093ea89959239938cf6a35839 Mon Sep 17 00:00:00 2001 From: gismofx Date: Sun, 18 Apr 2021 23:43:48 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93a1e8e..0283d44 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ add: #### In `_Host.cshtml` add this inside the `` ```html - + ``` add this inside the `` near the bottom ```html - + ``` #### Place the Component in a razor file (See Test Project) From e18510582b49fd62803a5b73ec43f9011fa67f09 Mon Sep 17 00:00:00 2001 From: gismofx Date: Sun, 18 Apr 2021 23:45:20 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0283d44..9be0dab 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ https://ui.toast.com/tui-calendar ### How to start: +#### +Nuget Pre-release +`Install-Package toast_ui.blazor_calendar -Version 1.0.0-alpha3` + #### In `_Imports.razor` add: ```c# From 9bbc321de7c7f21fdb58841c03ffe1bc05d3ee4f Mon Sep 17 00:00:00 2001 From: gismofx Date: Sun, 18 Apr 2021 23:45:50 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9be0dab..9d26ad3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ https://ui.toast.com/tui-calendar ### How to start: #### -Nuget Pre-release +Nuget Pre-release: `Install-Package toast_ui.blazor_calendar -Version 1.0.0-alpha3` #### In `_Imports.razor`