Skip to content

Commit

Permalink
Merge pull request #18 from ebanx/add-installation-on-readme
Browse files Browse the repository at this point in the history
Add Library Installation on README
  • Loading branch information
killertux authored May 5, 2022
2 parents 39213ad + dcfdb47 commit 5022072
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5022072

Please sign in to comment.