Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo package manager #210

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>

Loading