From c2929bc130ea75639bfc1e58821309a05100ac72 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 12:19:10 +0700 Subject: [PATCH] updated the version and fixed readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 281c560..2f04bde 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Using NPM ```shell -npm add @cubetiq/react-chart-js +npm install @cubetiq/react-chart-js ``` OR using Yarn diff --git a/package.json b/package.json index c165670..55df4ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.1.4", + "version": "1.1.5", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts",