Skip to content

Commit a21d50a

Browse files
authored
Update README.md
1 parent f04b552 commit a21d50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ Will get you the following payload by default:
10361036
}
10371037
```
10381038

1039-
Note: When passing `include` and `fields` params together, relationships not included in the `fields` parameter will not be serialized. This will have the side effect of not serializing the included resources. To ensure the related resources are properly side loaded specify them in the `fields`, like `fields[posts]=comments,title,&include=comments`.
1039+
Note: When passing `include` and `fields` params together, relationships not included in the `fields` parameter will not be serialized. This will have the side effect of not serializing the included resources. To ensure the related resources are properly side loaded specify them in the `fields`, like `fields[posts]=comments,title&include=comments`.
10401040

10411041
#### Resource Meta
10421042

0 commit comments

Comments
 (0)