aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34221a6..ed0e553 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ 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
the contents of
-[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) provide
+[DerivedFormats.scala](shared/src/main/scala/DerivedFormats.scala) provide
almost all functionality.
## Getting Started
@@ -143,8 +143,8 @@ of drawbacks to consider:
## Documentation
Check out the main file
-[DerivedFormats.scala](src/main/scala/DerivedFormats.scala) and the
-[test suite](src/test/scala/ProductTypeFormatTests.scala) for a complete
+[DerivedFormats.scala](shared/src/main/scala/DerivedFormats.scala) and the
+[test suite](shared/src/test/scala/ProductTypeFormatTests.scala) for a complete
overview of the project.
## Development