From 0c0e45c038ad1bab60dbe57081cbae5082431ed4 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Fri, 2 Dec 2022 12:30:22 +0100 Subject: [PATCH] update minimum required version --- README.md | 2 +- docs/guide/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1bd592..efafdfa 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Highly customizable [Chart.js](https://www.chartjs.org/) plugin that displays labels on data for any type of charts. -Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **3.x**. +Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **3.x** or higher. ## Documentation diff --git a/docs/guide/README.md b/docs/guide/README.md index 8c7ba19..346a171 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -3,7 +3,7 @@ Highly customizable [Chart.js](https://www.chartjs.org/) plugin that displays labels on data for any type of charts. ::: warning COMPATIBILITY NOTE -Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **3.x** +Requires [Chart.js](https://github.com/chartjs/Chart.js/releases) **3.x** or higher. ::: ::: danger IMPORTANT