aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-08 17:05:35 -0800
committerJakob Odersky <jakob@odersky.com>2018-04-15 18:33:56 -0700
commit76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96 (patch)
tree5cc1e89bed43a9782d5663f8fc950df09b67f2da /README.md
parentc5fe23594f66225eb18bf4e67472cd80023eb448 (diff)
downloadspray-json-derivation-76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96.tar.gz
spray-json-derivation-76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96.tar.bz2
spray-json-derivation-76f235f1cd7a1ab79ef7f31ccd86c604e0f46c96.zip
Build for ScalaJS and Scala Native
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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