Skip to content

Commit ebf9758

Browse files
committed
updatd docs
1 parent 5b2979a commit ebf9758

File tree

5 files changed

+2
-158
lines changed

5 files changed

+2
-158
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Interactive json viewer wrapped up in a react component.
33

44
## Usage
55
### Implementation Example:
6-
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-4.png?raw=true "Usage Example")
6+
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/source-example-5.png?raw=true "Usage Example")
77

88
### Output Example:
99
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/output-example-3.png?raw=true "Output Example")

doc/example-usage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let my_important_data = {
1515
'last-sibling': {
1616
grand_child: NaN,
1717
'grand-child-func': (a) => {
18-
let b = a*a;
18+
let b = 5;
1919
return a.push(b);
2020
}
2121
}

doc/source-example-4.png

-52 KB
Binary file not shown.

doc/source-example-5.png

44.5 KB
Loading

npm-debug.log

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)