aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-10 14:17:01 -0800
committerJakob Odersky <jakob@odersky.com>2018-03-10 14:17:01 -0800
commitd2a094bcc999e83f210d6413dc5665cb6a42aa79 (patch)
treeaab17639ae477fcc5c2d7490597019fe261a5517
parentef278ebe0ca134784d8afc00241a20fcc55ff3d0 (diff)
downloadspray-json-derivation-d2a094bcc999e83f210d6413dc5665cb6a42aa79.tar.gz
spray-json-derivation-d2a094bcc999e83f210d6413dc5665cb6a42aa79.tar.bz2
spray-json-derivation-d2a094bcc999e83f210d6413dc5665cb6a42aa79.zip
Revise nesting sections
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8aabeeb..b805756 100644
--- a/README.md
+++ b/README.md
@@ -139,19 +139,19 @@ of drawbacks to consider:
required for a case class. This can increase compile times and
binary size if formats are required in many locations.
-### Documentation
+## Documentation
Check out the main file
[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) and the
[test suite](src/test/scala/ProductTypeFormatTests.scala) for a complete
overview of the project.
-### Development
+## Development
This project uses sbt. It is set up to auto-release when a tag is
pushed to the main repository.
-### Copying
+## Copying
Copyright 2018 Driver Inc.