Skip to content

Commit ad3c7b7

Browse files
authored
Update README.md
1 parent 08dd9bf commit ad3c7b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This component provides a responsive interface for displaying arrays or JSON in
1313
### Implementation Example
1414
```js
1515
// import the react-json-view component
16-
import ReactJson from 'react-json-view'
16+
import ReactJson from '@microlink/react-json-view'
1717

1818
// use the component in your app!
1919
<ReactJson src={my_json_object} />
@@ -28,12 +28,12 @@ import ReactJson from 'react-json-view'
2828
### Installation Instructions
2929
Install this component with [NPM](https://www.npmjs.com/package/react-json-view).
3030
```shell
31-
npm install --save react-json-view
31+
npm install --save @microlink/react-json-view
3232
```
3333
Or add to your package.json config file:
3434
```json
3535
"dependencies": {
36-
"react-json-view": "latest"
36+
"@microlink/react-json-view": "latest"
3737
}
3838
```
3939

0 commit comments

Comments
 (0)