Skip to content

Commit

Permalink
Update license reference on readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiorodenas authored Jul 13, 2018
1 parent 6d30b0a commit f9117bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Latest Version on Packagist](https://img.shields.io/packagist/v/rodenastyle/stream-parser.svg?style=flat-square)](https://packagist.org/packages/rodenastyle/stream-parser)
[![Quality Score](https://img.shields.io/scrutinizer/g/rodenastyle/stream-parser.svg?style=flat-square)](https://scrutinizer-ci.com/g/Rodenastyle/stream-parser/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Rodenastyle/stream-parser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Rodenastyle/stream-parser/?branch=master)
[![License](https://img.shields.io/packagist/l/Rodenastyle/stream-parser.svg)](https://packagist.org/packages/Rodenastyle/stream-parser)

> When it comes to parsing XML/CSV/JSON/... documents, there are 2 approaches to consider:
>
Expand Down Expand Up @@ -137,4 +138,7 @@ StreamParser::csv("https://example.com/books.csv")->each(function(Collection $bo
```
string(29) "I like other versions better."
string(39) "Excellent overview of world literature."
```
```

## License
This library is released under [MIT](http://www.tldrlegal.com/license/mit-license) license.

0 comments on commit f9117bf

Please sign in to comment.