Skip to content

Commit 9913a97

Browse files
authored
Fixed OxyPlot style reference in README.md (#63)
1 parent 0d8132f commit 9913a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use the library, add the following to your `App.xaml`:
2424
<StyleInclude Source="resm:OxyPlot.Avalonia.Themes.Default.xaml?assembly=OxyPlot.Avalonia"/>
2525

2626
<!-- Add the line below to get OxyPlot UI theme applied in Avalonia 11. -->
27-
<StyleInclude Source="avares://AvaloniaEdit/Themes/Simple/AvaloniaEdit.xaml"/>
27+
<StyleInclude Source="avares://OxyPlot.Avalonia/Themes/Default.axaml"/>
2828
</Application.Styles>
2929
</Application>
3030
```

0 commit comments

Comments
 (0)