Skip to content

Commit fd55962

Browse files
Including scope in the readme file
1 parent 777f4f2 commit fd55962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Try tweaking a dot matrix using this codesandbox link <a href="https://codesandb
2020
The easiest way to use react-dot-matrix-chart is to install it from npm and build it into your app with Webpack.
2121

2222
```bash
23-
npm install react-dot-matrix-chart
23+
npm install @keyvaluesystems/react-dot-matrix-chart
2424
```
2525

2626
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
3535

3636
```jsx
3737

38-
import DotMatrix from 'react-dot-matrix-chart';
38+
import DotMatrix from '@keyvaluesystems/react-dot-matrix-chart';
3939

4040
<DotMatrix
4141
dataPoints={dataPointsArray}

0 commit comments

Comments
 (0)