From ebdf1b2abc42ba127b0328b4c203cec5d6b87cd7 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Fri, 6 Dec 2024 12:17:39 +0100 Subject: [PATCH] Update README.md --- src/Assets/FluentUI.Icons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: