Skip to content

Commit bd28204

Browse files
committed
Merge pull request #33 from Unisay/patch-1
Fix typo
2 parents c2fc912 + 4245e3b commit bd28204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The rich JSON API model is available by following import:
2727

2828
import org.zalando.jsonapi.model._
2929

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.
3131
Please note that you need to explicitly add a dependency to either spray-json or play-json to your project.
3232

3333
## Spray-JSON
@@ -78,4 +78,4 @@ For complete usage see [the specs example](src/test/scala/org/zalando/jsonapi/js
7878

7979
# Publishing and Releasing
8080

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)

0 commit comments

Comments
 (0)