File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This component provides a responsive interface for displaying arrays or JSON in
13
13
### Implementation Example
14
14
``` js
15
15
// import the react-json-view component
16
- import ReactJson from ' react-json-view'
16
+ import ReactJson from ' @microlink/ react-json-view'
17
17
18
18
// use the component in your app!
19
19
< ReactJson src= {my_json_object} / >
@@ -28,12 +28,12 @@ import ReactJson from 'react-json-view'
28
28
### Installation Instructions
29
29
Install this component with [ NPM] ( https://www.npmjs.com/package/react-json-view ) .
30
30
``` shell
31
- npm install --save react-json-view
31
+ npm install --save @microlink/ react-json-view
32
32
```
33
33
Or add to your package.json config file:
34
34
``` json
35
35
"dependencies" : {
36
- "react-json-view" : " latest"
36
+ "@microlink/ react-json-view" : " latest"
37
37
}
38
38
```
39
39
You can’t perform that action at this time.
0 commit comments