diff --git a/README.md b/README.md index 143d575..7ee10bb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - create `pairs` - create all combinations `of N` elements - create all combinations `of A 2 B` elements - +- create all combinations between multiple arrays ## 2. Contents - [1. Features](#1-features) @@ -163,7 +163,7 @@ The max index number of array in PHP equals to `PHP_INT_MAX`. ```php =8.1" } } diff --git a/examples/BasicUsage.php b/examples/BasicUsage.php index 018f64c..1b3d2dc 100644 --- a/examples/BasicUsage.php +++ b/examples/BasicUsage.php @@ -1,6 +1,6 @@