Skip to content

Commit

Permalink
docs: adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Apr 12, 2024
1 parent 2f09aab commit 41fa4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/material-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ If you would like Uno Material to use a different font, you can override the def

Uno Material also has support for C# Markup through a [Uno.Material.WinUI.Markup](https://www.nuget.org/packages/Uno.Material.WinUI.Markup) NuGet Package.

To get started with Uno Material in your C# Markup application, add the `Uno.Material.WinUI.Markup` NuGet package to your **App Code Library** project and your platform heads.
To get started with Uno Material in your C# Markup application, add the `Uno.Material.WinUI.Markup` NuGet package to your application project.

Then, add the following code to your `App.xaml.cs`:

```csharp
Expand Down

0 comments on commit 41fa4d2

Please sign in to comment.