aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-19 19:07:57 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-19 19:07:57 -0700
commit4f239025c6185f551fc15ed34e2ddbcf0e0948e0 (patch)
tree44a05ca846fee6bb392510121fb7a7f3f7bd0f52
parent3b13bb2d114bfe1460cff3aff4495e0c51a4b739 (diff)
downloadspray-json-derivation-4f239025c6185f551fc15ed34e2ddbcf0e0948e0.tar.gz
spray-json-derivation-4f239025c6185f551fc15ed34e2ddbcf0e0948e0.tar.bz2
spray-json-derivation-4f239025c6185f551fc15ed34e2ddbcf0e0948e0.zip
Update readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed0e553..4148926 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ This library provides automatic
[spray-json](https://github.com/spray/spray-json) `RootJsonFormat`s
for any `case class` and children of `sealed trait`s.
+It is available (and makes spray-json available) for Scala, ScalaJS and Scala Native.
+
It uses the [Magnolia](http://magnolia.work/) ([source
code](https://github.com/propensive/magnolia)) typeclass derivation
library to implicitly generate JSON formats for any product