From bafb045dd435e4df3813c3a87434d42b5a635bbd Mon Sep 17 00:00:00 2001 From: Rachad-Alabi-ADEKAMBI Date: Sun, 12 May 2024 00:14:11 +0100 Subject: [PATCH] fixed typo #219 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a74002..7b37738 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ the [Moment.js installation page](https://momentjs.com/docs/#/use-it/) where you Now add a reference to `ChartJs.Blazor` in your `_Imports.razor`. ```csharp -@using ChartJs.Blazor; +@using ChartJs.Blazor ``` Other commonly used namespaces which you might want to import globally are: