Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij authored Dec 6, 2024
1 parent a60f496 commit ebdf1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assets/FluentUI.Icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dotnet add package Microsoft.FluentUI.AspNetCore.Components.Icons
To use the icons, you will need to add the following using statement to your `_Imports.razor` file:

```razor
@using icons = Microsoft.FluentUI.AspNetCore.Components.Icons
@using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons
```

Then you can use the icons in your Blazor components like this:
Expand Down

0 comments on commit ebdf1b2

Please sign in to comment.