mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor
https://www.iheartblazor.com/
MIT License
676 stars 151 forks source link

README typo #219

Open rgamage opened 2 months ago

rgamage commented 2 months ago

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