From c3acab7b5ae9cd29f100438b2c4e660ddec238a1 Mon Sep 17 00:00:00 2001 From: Ron Cemer Date: Fri, 5 Nov 2021 16:18:35 -0500 Subject: [PATCH] Update README. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b6e443..8b52e65 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -phpreportgen +# PHPReportGen: Report Formatter and Outputter with Nested Sections and Totaling +Dual-licensed under MIT and BSD licenses (pick your preference). In either case, you, and all who use this software, are REQUIRED to hold the author and all of his successors/assigns HARMLESS of all claims related to the use of this software. + +## Installation +``` +composer require roncemer/phpreportgen +``` + +## Usage +See tests/reportTest.php (CLI) for usage example. + +## Contributing +I could use some help writing API documentation and more usage examples.