aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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