diff --git a/README.md b/README.md index 7046600..7c38bd3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ $result = Stream::rangeInt(0, 10) ->collect(); ``` +### Installation +Install the library with [Composer](https://getcomposer.org) by running + +```PHP +composer require ebanx/stream +``` + ### Licensing We are distributing it using the permissive MIT license. Feel free to do whatever you want with it.