Skip to content

Commit

Permalink
Corrected js file link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danheron committed Mar 20, 2024
1 parent a5c0fd4 commit 55e094a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Heron.MudCalendar.Docs/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<SectionCode>
<pre><span class="htmlTagDelimiter">&lt;</span><span class="htmlElementName">link</span> <span class="htmlAttributeName">href</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">_content/Heron.MudCalendar/Heron.MudCalendar.min.css</span><span class="quot">"</span> <span class="htmlAttributeName">rel</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">stylesheet</span><span class="quot">"</span> <span class="htmlTagDelimiter">/&gt;</span></pre>
...
<pre><span class="htmlTagDelimiter">&lt;</span><span class="htmlElementName">script</span> <span class="htmlAttributeName">src</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">_content/Heron.MudCalendar/Heron.MudCalendar.js</span><span class="quot">"</span><span class="htmlTagDelimiter">&gt;</span><span class="htmlTagDelimiter">&lt;</span><span class="htmlElementName">/script</span><span class="htmlTagDelimiter">&gt;</span></pre>
<pre><span class="htmlTagDelimiter">&lt;</span><span class="htmlElementName">script</span> <span class="htmlAttributeName">src</span><span class="htmlOperator">=</span><span class="quot">"</span><span class="htmlAttributeValue">_content/Heron.MudCalendar/Heron.MudCalendar.min.js</span><span class="quot">"</span><span class="htmlTagDelimiter">&gt;</span><span class="htmlTagDelimiter">&lt;</span><span class="htmlElementName">/script</span><span class="htmlTagDelimiter">&gt;</span></pre>
</SectionCode>
</DocsPageSection>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add style and script references (optional). This step shouldn't be necessary as
```html
<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>
```

Add the MudCalendar component to your razor page/component.
Expand Down

0 comments on commit 55e094a

Please sign in to comment.