From 5a520c76c6d945abc06173954f0ade67cf2abc30 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Fri, 8 Jul 2022 13:57:03 +0200 Subject: [PATCH] Fix readme installation (#10) --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c69007d..b645f06 100644 --- a/README.md +++ b/README.md @@ -41,26 +41,10 @@ Goodby CSV is fully unit-tested. The library is stable and ready to be used in l ## Installation -Install composer in your project: +Install the package via [composer](https://getcomposer.org/): ```bash -curl -s http://getcomposer.org/installer | php -``` - -Create a `composer.json` file in your project root: - -```json -{ - "require": { - "goodby/csv": "*" - } -} -``` - -Install via composer: - -```bash -php composer.phar install +composer require handcraftedinthealps/goodby-csv ``` ## Documentation