Skip to content

Commit e04b92a

Browse files
authored
Merge pull request #27 from orta/master-1
Update README.md for the npm packages
2 parents 08dd9bf + c54eff8 commit e04b92a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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} />
@@ -26,14 +26,14 @@ import ReactJson from 'react-json-view'
2626
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-14.png?raw=true "Output Example 2")
2727

2828
### Installation Instructions
29-
Install this component with [NPM](https://www.npmjs.com/package/react-json-view).
29+
Install this component with [NPM](https://www.npmjs.com/package/@microlink/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)