Skip to content

Commit 91636ad

Browse files
committed
docs: tweaks
1 parent 272d2c4 commit 91636ad

20 files changed

+35
-203
lines changed

LICENSE

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

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Mac Gainor
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
12
<h1 align="center">
2-
<a href="https://react-json-view.microlink.io/"><img src="https://raw.githubusercontent.com/microlinkhq/react-json-view/master/doc/rjv-icon-alt.png" alt="react-json-view" width="200"></a>
3+
<a href="https://react-json-view.microlink.io/">
4+
<img src="https://raw.githubusercontent.com/microlinkhq/react-json-view/master/doc/rjv-icon-alt.png" alt="react-json-view" width="200"></a>
35
<br>
46
react-json-view
57
<br>
@@ -11,10 +13,7 @@
1113

1214
**react-json-view** (rjv) is a React component for displaying and editing javascript **arrays** and **JSON objects**.
1315

14-
<div style="display: flex;">
15-
<img src="https://raw.githubusercontent.com/microlinkhq/react-json-view/master/doc/output-example-15.png" alt="Output Example 1" style="width: 50%;">
16-
<img src="https://raw.githubusercontent.com/microlinkhq/react-json-view/master/doc/output-example-14.png" alt="Output Example 2" style="width: 50%;">
17-
</div>
16+
![](https://raw.githubusercontent.com/microlinkhq/react-json-view/docs/docs/assets/banner.png)
1817

1918
### Highlights
2019

File renamed without changes.

docs/assets/edit-complete-1.png

-8.5 KB
Binary file not shown.

docs/assets/edit-init-1.png

-9.48 KB
Binary file not shown.

docs/assets/edit-input-1.png

-8.94 KB
Binary file not shown.

docs/assets/example-usage.js

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

docs/assets/output-example-12.png

-30 KB
Binary file not shown.

docs/assets/output-example-14.png

-23.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)