Skip to content

Commit

Permalink
docs: Add link.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 26, 2020
1 parent 7d23688 commit 824ed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This library has been inspired by:
* **Decoupled**: Each Collection methods is a shortcut to one isolated standard class, each operation has its own
responsibility. Usually the arguments needed are standard PHP variables like `int`, `string`, `callable` or `iterator`.
It allows users to use those operations individually, at their own will to build up something custom. Currently, more
than **80 operations** are available in this library. This library is basically an example of what you can do with all
than [**80 operations**][collection api] are available in this library. This library is basically an example of what you can do with all
those small bricks, but nothing prevent users to use an operation on its own as well.

* **It takes function first, data-last**: In the following example, multiple operations are created. The data to be
Expand Down

0 comments on commit 824ed65

Please sign in to comment.