We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777f4f2 commit fd55962Copy full SHA for fd55962
README.md
@@ -20,7 +20,7 @@ Try tweaking a dot matrix using this codesandbox link <a href="https://codesandb
20
The easiest way to use react-dot-matrix-chart is to install it from npm and build it into your app with Webpack.
21
22
```bash
23
-npm install react-dot-matrix-chart
+npm install @keyvaluesystems/react-dot-matrix-chart
24
```
25
26
You’ll need to install React separately since it isn't included in the package.
@@ -35,7 +35,7 @@ React Dot Matrix Chart can run in a very basic mode by just providing the `dataP
35
36
```jsx
37
38
-import DotMatrix from 'react-dot-matrix-chart';
+import DotMatrix from '@keyvaluesystems/react-dot-matrix-chart';
39
40
<DotMatrix
41
dataPoints={dataPointsArray}
0 commit comments