aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-02-14 15:05:46 -0800
committerJakob Odersky <jakob@odersky.com>2018-02-14 15:05:46 -0800
commit37049a5dc2f8bac9fe042b51f297a19d02a82617 (patch)
treee02c426e11e1a8509e7553ab59829d8fda6f5e4c
parent7ab0889d7ab4480d0d90346432006ffd345b4916 (diff)
downloadspray-json-derivation-37049a5dc2f8bac9fe042b51f297a19d02a82617.tar.gz
spray-json-derivation-37049a5dc2f8bac9fe042b51f297a19d02a82617.tar.bz2
spray-json-derivation-37049a5dc2f8bac9fe042b51f297a19d02a82617.zip
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index de5e4fd..3174531 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ 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
+code](https://github.com/propensive/magnolia)) typeclass 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