From 55e094a9d15d137162b2fdb2ed4d8d90ac81f575 Mon Sep 17 00:00:00 2001 From: Dan Heron Date: Wed, 20 Mar 2024 10:45:37 +0100 Subject: [PATCH] Corrected js file link in docs --- Heron.MudCalendar.Docs/Pages/Index.razor | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Heron.MudCalendar.Docs/Pages/Index.razor b/Heron.MudCalendar.Docs/Pages/Index.razor index 150b1ac..96e6673 100644 --- a/Heron.MudCalendar.Docs/Pages/Index.razor +++ b/Heron.MudCalendar.Docs/Pages/Index.razor @@ -72,7 +72,7 @@
<link href="_content/Heron.MudCalendar/Heron.MudCalendar.min.css" rel="stylesheet" />
... -
<script src="_content/Heron.MudCalendar/Heron.MudCalendar.js"></script>
+
<script src="_content/Heron.MudCalendar/Heron.MudCalendar.min.js"></script>
diff --git a/README.md b/README.md index f0ae732..7695338 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add style and script references (optional). This step shouldn't be necessary as ```html ... - + ``` Add the MudCalendar component to your razor page/component.