ChartJs.Blazor icon indicating copy to clipboard operation
ChartJs.Blazor copied to clipboard

README typo

Open rgamage opened this issue 9 months ago • 0 comments

README getting started instructions say to add this line to your _Imports.razor file:

@using ChartJs.Blazor;

This has a typo, the semicolon at the end is not needed. The correct code should be:

@using ChartJs.Blazor

rgamage avatar Apr 30 '24 22:04 rgamage