diff --git a/src/Assets/FluentUI.Icons/README.md b/src/Assets/FluentUI.Icons/README.md index 7b2ed2003..641bf3416 100644 --- a/src/Assets/FluentUI.Icons/README.md +++ b/src/Assets/FluentUI.Icons/README.md @@ -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: