Skip to content

Commit

Permalink
Merge pull request #58 from csu-chhs/dstegelman-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
dstegelman authored Feb 20, 2024
2 parents 9da6ee7 + 76811e8 commit 80b0427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ as an embeded help guide for users.

### Usage

Install via nuget from https://www.nuget.org/packages/CsuChhs.Blazor.MarkdownEditor/
Install via [nuget](https://www.nuget.org/packages/CsuChhs.Blazor.MarkdownEditor/)

Add the Editor to your ```_Imports.razor```

Expand All @@ -28,4 +28,4 @@ Inside of an EditForm reference the editor component and bind it.
The editor binds the markdown text, not parsed HTML.

The toolbar (work in progress) is added by default. You can disable
this by passing EnableToolbar="false" into the component.
this by passing EnableToolbar="false" into the component.

0 comments on commit 80b0427

Please sign in to comment.