Skip to content

Commit

Permalink
Fix readme installation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jul 8, 2022
1 parent f572484 commit 5a520c7
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a520c7

Please sign in to comment.