Skip to content

Commit 69427b9

Browse files
authored
Merge pull request #10 from bryant1410/master
Fix broken headings in Markdown files
2 parents 47249fc + cb74e1e commit 69427b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Kickstart your scala API client by turning JSON into case classes.
55

66
Try it at <http://json2caseclass.cleverapps.io>
77

8-
##Use cases
8+
## Use cases
99

1010
When interacting with 3rd party json-based APIs from scala, modelling the API's responses with case classes
1111
can come in handy.
@@ -30,7 +30,7 @@ However it's tedious to manually copy the json structure into case classes.
3030

3131
json 2 case class automatically generates case classes from JSON (if possible).
3232

33-
##Features
33+
## Features
3434

3535
json 2 case class can generate
3636

@@ -39,7 +39,7 @@ json 2 case class can generate
3939
- scala base types from JSON primitives
4040
- Option[T] for optional values
4141

42-
##ToDo
42+
## ToDo
4343

4444
Due to the arity limitation of 22 values, some JSON objects can't be encoded with case classes.
4545
A Map[String,T] fallback is on the works.

0 commit comments

Comments
 (0)