Skip to content

Commit 6b15c12

Browse files
authored
Update README.md
1 parent 3239dcb commit 6b15c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
4545
<ItemsControl.ItemTemplate>
4646
<DataTemplate>
4747
<TextBlock Tag="{Binding id}"
48-
IsEnabled="{Binding enabled}"
49-
Text="{Binding name}"/>
48+
IsEnabled="{Binding enabled}"
49+
Text="{Binding name}"/>
5050
</DataTemplate>
5151
</ItemsControl.ItemTemplate>
5252
</ItemsControl>

0 commit comments

Comments
 (0)