From 1184eca107de9a4db2018e78c16236b0731b85f4 Mon Sep 17 00:00:00 2001 From: Aimeos Date: Wed, 6 Nov 2024 13:42:34 +0100 Subject: [PATCH] Avoid duplicate anchors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 741e16b..19d6108 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Supported PHP versions: * [Order](#order-by) * [Shorten](#shorten) * [Test](#test) - * [Transform](#transform) + * [Mutate](#mutate) * [Misc](#misc) * [Documentation](#method-documentation) * [Custom methods](#custom-methods) @@ -438,7 +438,7 @@ will return: * [strStarts()](#strstarts) : Tests if at least one of the entries starts with at least one of the passed strings * [strStartsAll()](#strstartsall) : Tests if all of the entries starts with one of the passed strings -### Transform +### Mutate * [cast()](#cast) : Casts all entries to the passed type * [chunk()](#chunk) : Splits the map into chunks