mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Correction to docs of Rfc3339DateJsonAdapter
This commit is contained in:
@@ -7,7 +7,7 @@ To use, supply an instance of your desired converter when building your `Moshi`
|
||||
|
||||
```java
|
||||
Moshi moshi = new Moshi.Builder()
|
||||
.addConverterFactory(new Rfc3339DateJsonAdapter())
|
||||
.addConverterFactory(Date.class, new Rfc3339DateJsonAdapter())
|
||||
//etc
|
||||
.build();
|
||||
```
|
||||
|
Reference in New Issue
Block a user