diff --git a/docs/README.md b/docs/README.md index 24ee8d49982..7cf993d3c9f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,7 +10,7 @@ You can download the latest version of Chart.js from the [GitHub releases](https It's easy to get started with Chart.js. All that's required is the script included in your page along with a single `` node to render the chart. -In this example, we create a bar chart for a single dataset and render that in our page. You can see all the ways to use Chart.js in the [usage documentation](./getting-started/usage.md) +In this example, we create a bar chart for a single dataset and render that in our page. You can see all the ways to use Chart.js in the [usage documentation](./getting-started/usage.md). ```html