Skip to content

Commit d59e0a9

Browse files
authored
Update README.md
1 parent d95d20f commit d59e0a9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# react-json-viewer
22
interactive json viewer wrapped up in a react component
33

4+
## Usage
5+
### Implementation Example:
6+
![alt text](https://github.com/mac-s-g/react-pretty-json/blob/master/docs/source-example.png?raw=true "Usage Example")
7+
8+
### Output Example:
9+
![alt text](https://github.com/mac-s-g/react-pretty-json/blob/master/docs/output-example.png?raw=true "Output Example")
10+
11+
## Customizing Style
12+
update or override `src/style/_variables.scss` to apply your own theme.
13+
414
## Working with the source code:
515
You can use Docker to run the source code in your browser:
616
1. Clone this repo
@@ -21,16 +31,6 @@ Webpack-dev-server is running in the container and hot-reloading when changes ar
2131

2232
All node modules are installed within the container, so make sure to rebuild your container if you make changes to package.json (see step 3, above).
2333

24-
## Usage
25-
### Implementation Example:
26-
![alt text](https://github.com/mac-s-g/react-pretty-json/blob/master/docs/source-example.png?raw=true "Usage Example")
27-
28-
### Output Example:
29-
![alt text](https://github.com/mac-s-g/react-pretty-json/blob/master/docs/output-example.png?raw=true "Output Example")
30-
31-
## Customizing Style
32-
update or override `src/style/_variables.scss` to apply your own theme.
33-
3434
## ToDo's
3535
1. Add Tests!
3636
2. move each data type into it's own component

0 commit comments

Comments
 (0)