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",