From 1c7eb442bfd0e4b4ea29016a720fd53eb8f45d27 Mon Sep 17 00:00:00 2001 From: joskfg Date: Sat, 21 Oct 2023 16:00:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fefc33f..1da81f4 100644 --- a/README.md +++ b/README.md @@ -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.