diff --git a/README.md b/README.md index 54e5a667..a39561d1 100644 --- a/README.md +++ b/README.md @@ -5633,7 +5633,7 @@ It splits `list` according to a provided `groupFn` function and returns an objec It returns separated version of list or string `input`, where separation is done with equality `compareFn` function. -Try this R.groupWith example in Rambda REPL +Try this R.groupWith example in Rambda REPL [![---------------](https://raw.githubusercontent.com/selfrefactor/rambda/master/files/separator.png)](#groupWith) @@ -7603,7 +7603,7 @@ It returns the result of looping through `iterable` with `fn`. It works with both array and object. -Try this R.map example in Rambda REPL +Try this R.map example in Rambda REPL
@@ -7845,7 +7845,7 @@ mapObjIndexed(fn: ObjectIterator, iterable: Dictionary): Dictionary< It works the same way as `R.map` does for objects. It is added as Ramda also has this method. -Try this R.mapObjIndexed example in Rambda REPL +Try this R.mapObjIndexed example in Rambda REPL