Skip to content

Commit 65be0ab

Browse files
committed
Fix badges position
1 parent 569e94a commit 65be0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PHP DSV Reader & Writer
22

3-
Inspired by: [Why you should use and prefer DSV format instead of CSV](https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/)
4-
53
[![Test Run Status](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/terremoth/php-dsv/actions/workflows/workflow.yml)
64
[![codecov](https://codecov.io/github/terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B)](https://codecov.io/github/terremoth/php-dsv)
75
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
@@ -12,6 +10,8 @@ Inspired by: [Why you should use and prefer DSV format instead of CSV](https://m
1210
[![Packagist Downloads](https://img.shields.io/packagist/dt/terremoth/php-dsv?color=41bb13)](https://packagist.org/packages/terremoth/php-dsv)
1311
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
1412

13+
Inspired by: [Why you should use and prefer DSV format instead of CSV](https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/)
14+
1515
See [demos/demo.php](demos/demo.php) for examples.
1616

1717
## Installation

0 commit comments

Comments
 (0)