From 76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 8 Mar 2018 17:05:35 -0800 Subject: Build for ScalaJS and Scala Native --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 62d5adb..34221a6 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ 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 type. Magnolia integrates with spray seamlessly, to such a point that -a single contents of +the contents of [DerivedFormats.scala](src/main/scala/DerivedFormats.scala) provide almost all functionality. ## Getting Started Spray JSON Format Derivation is published to maven central as a Scala -library (for Scala version 2.12 and 2.11, support for ScalaJS -and Scala Native is pending). Include it in sbt by adding the +library (for Scala version 2.12 and 2.11, including support for ScalaJS +and Scala Native). Include it in sbt by adding the following snippet to your build.sbt: ```scala -- cgit v1.2.3