Skip to content

Commit 16c0100

Browse files
Update Readme to fix heading syntax
1 parent 1eb2ff3 commit 16c0100

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
##json2html-flask
1+
## json2html-flask
22

33
Json2Html is a python web-app which helps in converting a JSON Object into its HTML representation i.e HTML Tables.
44

55
Non-technical audience and even sometimes Geeks get confused in understanding the JSON representation which constitutes a whole complex list of *strings, numbers, arrays, sub-arrays, sub-objects and so on*. This web-app provides them learning and better understanding of complex JSON.
66

7-
###Featured on [ProductHunt](https://www.producthunt.com/tech/json2html)
7+
### Featured on [ProductHunt](https://www.producthunt.com/tech/json2html)
88

99
<p align="center">
1010
<img src="https://dl.dropboxusercontent.com/s/ambshr906hfps2r/Screenshot%202016-02-08%2002.33.37.png?dl=0&preview=Screenshot+2016-02-08+02.33.37.png" alt="Json2Html App" />
1111
</p>
1212

13-
> It has been said that 80% of what people learn is VISUAL.
14-
> --Allen Klein
13+
> It has been said that 80% of what people learn is VISUAL.
14+
> Allen Klein
1515
16-
###Install json2html Python Package
16+
### Install json2html Python Package
1717

1818
```Shell
1919
pip install json2html

0 commit comments

Comments
 (0)