Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dstegelman authored Feb 16, 2024
1 parent 9da6ee7 commit 76811e8
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 76811e8

Please sign in to comment.