From f8d75f1d20238dec5e459320e87624dc6661cb09 Mon Sep 17 00:00:00 2001 From: Joseph Post Date: Thu, 9 Jan 2020 21:44:31 -0600 Subject: [PATCH] fix unintended html evaluation The tag `` was not visible because markdown treated it as html. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d1534..6e648ee 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [d3](https://github.com/d3/d3) - A JavaScript visualization library for HTML and SVG. * [metrics-graphics](https://github.com/mozilla/metrics-graphics) - A library optimized for concise, principled data graphics and layouts. * [three.js](https://github.com/mrdoob/three.js) - JavaScript 3D library. -* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the tag. +* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the <canvas> tag. * [paper.js](https://github.com/paperjs/paper.js) - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas. * [fabric.js](https://github.com/kangax/fabric.js) - JavaScript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser. * [peity](https://github.com/benpickles/peity) - Progressive bar, line and pie charts.