From ee18e78076b22266613d1f0e923825731ef035cf Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 09:48:32 +0700 Subject: [PATCH] updated the example link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 82950b1..281c560 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ OR using Yarn yarn add @cubetiq/react-chart-js ``` +### Link to examples: [https://git.cubetiqs.com/CUBETIQ/react-chart-js/src/branch/master/examples/line-chart-example](https://git.cubetiqs.com/CUBETIQ/react-chart-js/src/branch/master/examples/line-chart-example) + ### Line Chart Example ```typescript import React from 'react';