Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit ab9b556

Browse files
committed
update readme
1 parent 48e689d commit ab9b556

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
@@ -18,8 +18,8 @@ JSONAPIDeserializer.deserialize(jsonapiResponse, {
1818
#### Available deserialize config params
1919

2020
- **keepRelationshipsTypes**: (optional boolean default:false) Defines if relationships should keep type property.
21-
If the flag is false, the value will be the relationship value will be a string | []string | null | [].
22-
If the flag is true, the value will be {id, type} | []{id, type}.
21+
If the flag is false, the value will be the relationship value will be a `string | []string | null | []`.
22+
If the flag is true, the value will be `{id, type} | []{id, type}`.
2323
> Note: if the relationship has a related included object, the included object will be set as the relationship value.
2424
2525
### Serialization

0 commit comments

Comments
 (0)