From f9117bf11c66328fc513a40f57feea417bf79812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20R=C3=B3denas?= Date: Fri, 13 Jul 2018 23:09:36 +0200 Subject: [PATCH] Update license reference on readme file --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39d092d..30e0958 100644 --- a/README.md +++ b/README.md @@ -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: > @@ -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." -``` \ No newline at end of file +``` + +## License +This library is released under [MIT](http://www.tldrlegal.com/license/mit-license) license.