Fix typo in README (#1480)

This commit is contained in:
Vincent Stollenwerk
2022-01-06 23:26:10 +01:00
committed by GitHub
parent 484d525db4
commit 196ab7a132

View File

@@ -385,7 +385,7 @@ Moshi moshi = new Moshi.Builder()
```kotlin ```kotlin
val moshi = Moshi.Builder() val moshi = Moshi.Builder()
.add(EventJsonAdapter()) .add(EventJsonAdapter())
.builder .build()
``` ```
</details> </details>