Skip to content

Commit

Permalink
Merge pull request #210 from agriffard/patch-1
Browse files Browse the repository at this point in the history
Typo package manager
  • Loading branch information
pwelter34 authored Jul 1, 2024
2 parents 151dba3 + bbfe04a commit 35336f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/Sample.Core/Shared/Instructions.razor
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<pre><code>Install-Package LoreSoft.Blazor.Controls</code></pre>

<p>Or via the Visual Studio package manger.</p>
<p>Or via the Visual Studio package manager.</p>

<h2>Setup</h2>

<p>To use, you will need to include the following CSS and JS files in your <code>index.html</code> (Blazor WebAssembly) or <code>_Host.cshtml</code> (Blazor Server).</p>
<p>To use it, you will need to include the following CSS and JS files in your <code>index.html</code> (Blazor WebAssembly) or <code>_Host.cshtml</code> (Blazor Server).</p>

<p>In the head tag add the following CSS.</p>
<p>In the head tag, add the following CSS.</p>

<pre><code class="language-markup">&lt;link rel=&quot;stylesheet&quot; href=&quot;_content/LoreSoft.Blazor.Controls/BlazorControls.css&quot; /&gt;</code></pre>

0 comments on commit 35336f1

Please sign in to comment.