From 049aa7956b053f04b2bd6d1d3524d6e60d22ddb4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 19 Feb 2022 17:29:34 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb03160..404603b 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ npm install micro-fp-tools ### Array -- **range**: Returns an array with a sequence. +- **range**: Returns an list with a sequence. - **uniqValuesArray**: Creates a duplicate-free version of an array. -- **deleteArrayElementByIndex**: Returns a copy of the array by removing one position by index. -- **arraySwapIndex**: Returns a copy of the Array by swapping 2 indices. +- **deleteArrayElementByIndex**: Returns a copy of the list by removing one position by index. +- **arraySwapIndex**: Returns a copy of the list by swapping 2 indices. +- **arrayMoveIndex**: Returns a copy of the list where an index has been moved to another position. ### JSON