airblade/chartjs-ror

Typo in Readme

Closed this issue · 0 comments

Enfop commented

Hi

first of all thanks for this gem.

I think there is a small typo in the readme
https://github.com/airblade/chartjs-ror/blob/master/README.md#sample-output

it should be

var ctx = document.getElementById("chart-0");

instead of

var ctx = document.getElemenyById("chart-0");