From d168f144264021e3bfc80c5d15a9b7bd47c72abd Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Tue, 2 Apr 2024 16:12:51 +0200 Subject: [PATCH] Update package name and readme --- README.md | 14 ++++++++++++-- composer.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 555376b..a5ec88b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -### Usage +# PHP iFDO + +A PHP package to read and validate [iFDO v2 files](https://marine-imaging.com/fair/ifdos/iFDO-overview/). + +## Installation + +``` +composer require biigle/ifdo +``` + +## Usage ```php use Biigle\Ifdo\Ifdo; @@ -29,7 +39,7 @@ $obj = Ifdo::fromString('{"some": "json"}', true); $obj->toString(); ``` -### Testing +## Testing ```bash composer test diff --git a/composer.json b/composer.json index 503959c..7c6eec7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "biigle/ifdo-parser", + "name": "biigle/ifdo", "description": "iFDO Parser Package to parse and validate the iFDO JSON Schema", "keywords": [ "biigle",