Skip to content

Commit e08f845

Browse files
authored
Update README.md
1 parent dfb3bad commit e08f845

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
![image](https://github.com/user-attachments/assets/7551e1f0-01b0-49b7-8824-64b14957aad7)
88

99

10-
```cs
11-
dotnet add package Vapolia.StrokedLabel
12-
13-
builder.UseStrokedLabelBehavior();
14-
```
15-
1610
[nuget-link]: https://www.nuget.org/packages/Vapolia.StrokedLabel/
1711
[nuget-img]: https://img.shields.io/nuget/v/Vapolia.StrokedLabel
1812

@@ -22,7 +16,11 @@ Platforms:
2216

2317
# Quick start
2418

25-
Add the above nuget package to your Maui project
19+
Add the above nuget package to your Maui project
20+
```cs
21+
dotnet add package Vapolia.StrokedLabel
22+
```
23+
2624
then add this line to your maui app builder:
2725

2826
```c#
@@ -31,10 +29,6 @@ using Vapolia.StrokedLabels;
3129
builder.UseStrokedLabelBehavior();
3230
```
3331

34-
# Examples
35-
36-
See the SampleApp in this repo.
37-
3832
# Usage
3933

4034
Declare the namespace:
@@ -68,6 +62,10 @@ Apply the behavior through a style:
6862
</StackLayout>
6963
```
7064

65+
# Examples
66+
67+
See the SampleApp in this repo.
68+
7169
# Limitations
7270

7371
This behavior is working only with the Label's `Text` property. It does not work with the `FormattedText` property (nor `Span`s).

0 commit comments

Comments
 (0)