From ccc1d9ded7aafa7b2703fdb715de5f85ee30f6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dalibor=20Karlovi=C4=87?= Date: Thu, 15 Apr 2021 12:33:48 +0200 Subject: [PATCH] docs: update package docs (#136) --- README.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab8023..7bfa787 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ # Xezilaires + +Xezilaires is a PHP library which helps to iterate structured Excel spreadsheets, +normalize rows into value objects, validate, serialize into CSV, JSON, XML. + +Read more in the [main Xezilaires README](https://github.com/sigwinhq/xezilaires-dev/blob/master/README.md). + +## Resources + +- [Report issues](https://github.com/sigwinhq/xezilaires-dev/issues) + and [send pull requests](https://github.com/sigwinhq/xezilaires-dev/pulls) + in the [main Xezilaires repository](https://github.com/sigwinhq/xezilaires-dev). diff --git a/composer.json b/composer.json index eab9ec0..5c6f884 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sigwin/xezilaires", "type": "library", - "description": "Iterate Excel spreadsheets, normalize rows into value objects, validate, serialize into CSV, JSON, XML", + "description": "Iterate structured Excel spreadsheets, normalize rows into value objects, validate, serialize into CSV, JSON, XML.", "license": "MIT", "authors": [ {