Skip to content

Commit

Permalink
Fixed OxyPlot style reference in README.md (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dephonica authored Aug 3, 2024
1 parent 0d8132f commit 9913a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use the library, add the following to your `App.xaml`:
<StyleInclude Source="resm:OxyPlot.Avalonia.Themes.Default.xaml?assembly=OxyPlot.Avalonia"/>

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

0 comments on commit 9913a97

Please sign in to comment.