aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9cc0cce..de5e4fd 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,17 @@
# Spray JSON Format Derivation
-This library provides automatic spray JsonFormats for any `case class` and children of `sealed trait`s.
-
-It uses the [Magnolia](http://magnolia.work/) ([source code](https://github.com/propensive/magnolia)) type-derivation library to implicitly generate JSON formats for any product type. Magnolia integrates with spray so seamlessly that it is almost not worth the effort to publish this project as a full fledged repository; a single gist with the contents of [DerivedFormats.scala](src/main/scala/DerivedFormats.scala) would demonstrate almost all functionality.
+This library provides automatic spray JsonFormats for any `case class`
+and children of `sealed trait`s.
+
+It uses the [Magnolia](http://magnolia.work/) ([source
+code](https://github.com/propensive/magnolia)) type-derivation library
+to implicitly generate JSON formats for any product type. Magnolia
+integrates with spray so seamlessly that it is almost not worth the
+effort to publish this project as a full fledged repository; a single
+gist with the contents of
+[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) would
+demonstrate almost all functionality.
## Getting Started