Skip to content

Commit 871f3a1

Browse files
Update README
1 parent 0eb9f48 commit 871f3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Or via the Visual Studio package manger.
1515

1616
## Basic usage
1717
Start by adding the following using statement to your root `_Imports.razor`.
18-
```
18+
```asp
1919
@using SignaturePad
2020
```
2121

@@ -47,7 +47,7 @@ public class MyInput
4747
## Providing options
4848
You can configure the SignaturePad by providing a `SignaturePadOptions` instance to the component.
4949

50-
```csharp
50+
```asp
5151
<SignaturePad @bind-Value="Input.Signature" Options="_options" style="width: 100%" />
5252
5353
@code {

0 commit comments

Comments
 (0)