File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The rich JSON API model is available by following import:
27
27
28
28
import org.zalando.jsonapi.model._
29
29
30
- Yhe library provides serialization and deserialization of Jsonapi root objects to JSON using either Spray-JSON or Play-JSON.
30
+ The library provides serialization and deserialization of Jsonapi root objects to JSON using either Spray-JSON or Play-JSON.
31
31
Please note that you need to explicitly add a dependency to either spray-json or play-json to your project.
32
32
33
33
## Spray-JSON
@@ -78,4 +78,4 @@ For complete usage see [the specs example](src/test/scala/org/zalando/jsonapi/js
78
78
79
79
# Publishing and Releasing
80
80
81
- Publishing and releasing is made with help of [ sbt-sonatype plugin] ( https://github.com/xerial/sbt-sonatype )
81
+ Publishing and releasing is made with help of [ sbt-sonatype plugin] ( https://github.com/xerial/sbt-sonatype )
You can’t perform that action at this time.
0 commit comments