From 442a9837f11b35fc414606e710bcade8df761a53 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Fri, 30 Sep 2016 10:11:05 -0700 Subject: [PATCH] Removing license badge (#320) As Github now provides this information in the project's header --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7b584cd..33b154c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Build Status](https://travis-ci.org/box/spout.svg?branch=master)](https://travis-ci.org/box/spout) [![Code Coverage](https://scrutinizer-ci.com/g/box/spout/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/box/spout/?branch=master) [![Total Downloads](https://poser.pugx.org/box/spout/downloads)](https://packagist.org/packages/box/spout) -[![License](https://poser.pugx.org/box/spout/license)](https://packagist.org/packages/box/spout) Spout is a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way. Contrary to other file readers or writers, it is capable of processing very large files while keeping the memory usage really low (less than 3MB).