Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joskfg committed Oct 21, 2023
1 parent 462cfc5 commit 1c7eb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ $mutation = Mutation::build($mutationConfig, $data);
*/
```

Now we can modify the mutation data using the following methods:
#### Now we can modify the mutation data using the following methods:
* add(): Adds an Item to a Collection.
* set(): Updates some values of an Item. It also works on Collections, updating all its Items.
* filter(): Filters the Items of a Collection.
Expand Down

0 comments on commit 1c7eb44

Please sign in to comment.