Skip to content

Commit 6c85eca

Browse files
committed
Fix typo
1 parent 8dc51a8 commit 6c85eca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
Inspired by: [Why you should use and prefer DSV format instead of CSV](https://matthodges.com/posts/2024-08-12-csv-bad-dsv-good/)
44

5-
[![CodeCov](https://codecov.io/gh/terremoth/php-dsv/graph/badge.svg?token=TOKEN)](https://app.codecov.io/gh/terremoth/php-dsv)
5+
[![codecov](https://codecov.io/github/terremoth/php-dsv/graph/badge.svg?token=ZED14FNR0B)](https://codecov.io/github/terremoth/php-dsv)
66
[![Psalm type coverage](https://shepherd.dev/github/terremoth/php-dsv/coverage.svg)](https://shepherd.dev/github/terremoth/php-dsv)
77
[![Psalm level](https://shepherd.dev/github/terremoth/php-dsv/level.svg)](https://shepherd.dev/github/terremoth/php-dsv)
88
[![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)
9-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/CODE)](https://app.codacy.com/gh/terremoth/php-dsv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
10-
[![Code Climate Maintainability](https://api.codeclimate.com/v1/badges/CODE/maintainability)](https://codeclimate.com/github/terremoth/php-dsv/maintainability)
9+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0edf6ce999c548f8ab994288611e3d0f)](https://app.codacy.com/gh/terremoth/php-dsv/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
10+
[![Maintainability](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/maintainability)](https://codeclimate.com/github/terremoth/php-dsv/maintainability)
1111
[![License](https://img.shields.io/github/license/terremoth/php-dsv.svg?logo=gnu&color=41bb13)](https://github.com/terremoth/php-dsv/blob/main/LICENSE)
12+
[![Test Coverage](https://api.codeclimate.com/v1/badges/2928743b6e92d8e70128/test_coverage)](https://codeclimate.com/github/terremoth/php-dsv/test_coverage)
1213

1314
See [demos/demo.php](demos/demo.php) for examples.
1415

@@ -18,7 +19,7 @@ See [demos/demo.php](demos/demo.php) for examples.
1819
composer require terremoth/php-dsv --no-dev
1920
```
2021

21-
## Usage:
22+
## Usage
2223

2324
```php
2425
require_once 'vendor/autoload.php';

0 commit comments

Comments
 (0)